#DF36BE

Color #DF36BE Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #DF36BE

Tints of Razzle Dazzle Rose #DF36BE

Color information

#DF36BE (or 0xDF36BE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DF, 36 and BE. RGB value is (223,54,190). Sum of RGB (Red+Green+Blue) = 223+54+190=467 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.75% from 467); Green value is 54 (21.48% from 255 or 11.56% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 223 - color contains mainly: red. Hex color #DF36BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF36BE is #20C941. Grayscale: #777777. Windows color (decimal): -2148674 or 12465887. OLE color: 12465887.

HSL color Cylindrical-coordinate representation of color #DF36BE: hue angle of 311.72º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DF36BE is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB22354190-
CMYK00.760.150.13
HSL311.72º72.53%54.31%-
HSV(B)311.72º75.78%87.45%-
XYZ41.0422.0450.81-
YUV120.03167.49201.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 47.75%
GREEN value IS 54 (21.48% from 255) = 11.56%
BLUE value IS 190 (74.61% from 255) = 40.69%
R=47.75%
G=11.56%
B=40.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2235419000.760.150.13311.7272.5354.31
HexDF36BE04CFD1384936
Octal337662760114171547011166
Binary110111111101101011111001001100111111011001110001001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF36BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF36BE; }

 p { color: rgb(223,54,190); }

 H1.HeaderClassName
 {
   color: #DF36BE;
 }
 .AnyTagClassName
 {
   color: #DF36BE;
 }
</style>
background-color css

<style>
 a { background-color: #DF36BE; }

 a { background-color: rgb(223,54,190); }

 div.DivClassName
 {
   background-color: #DF36BE;
 }
 .BgClassName
 {
   background-color: #DF36BE;
 }
</style>
border-color css

<style>
 span { border-color: #DF36BE; }

 span { border-color: rgb(223,54,190); }

 td.TdClassName
 {
   border-color: #DF36BE;
 }
 .TagClassName
 {
   border-color: #DF36BE;
 }
</style>