Html Css Color HEX #DF06B3 Hollywood Cerise

📋 copy color: '#DF06B3'

red 223 ◦ green 6 ◦ blue 179

#DF06B3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hollywood Cerise #DF06B3

Tints of Hollywood Cerise #DF06B3

RGB

 RED value IS 223 (87.5% from 255) = 54.66%

 GREEN value IS 6 (2.73% from 255) = 1.47%

 BLUE value IS 179 (70.31% from 255) = 43.87%

R = 54.66%
G = 1.47%
B = 43.87%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DF06B3 (or 0xDF06B3) is known color: Hollywood Cerise. HEX triplet: DF, 06 and B3. RGB value is (223,6,179). Sum of RGB (Red+Green+Blue) = 223+6+179=408 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.66% from 408); Green value is 6 (2.73% from 255 or 1.47% from 408); Blue value is 179 (70.31% from 255 or 43.87% from 408); Max value from RGB is 223 - color contains mainly: red. Hex color #DF06B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF06B3 is #20F94C. Grayscale: #5A5A5A. Windows color (decimal): -2160973 or 11732703. OLE color: 11732703.

HSL color Cylindrical-coordinate representation of color #DF06B3: hue angle of 312.17º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF06B3 is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 6 179 -
CMYK 0 0.97 0.20 0.13
HSL 312.17º 0.95% 0.45% -
HSV(B) 312.17º 0.97% 0.87% -
XYZ 38.63 19.07 44.29 -
YUV 90.61 177.89 222.43 -
System Red Green Blue C M Y K H S L
Decimal 223 6 179 0 0.97 0.20 0.13 312.17 0.95 0.45
Hex DF 6 B3 0 61 14 D 138 5F 2D
Octal 337 6 263 0 141 24 15 470 137 55
Binary 11011111 110 10110011 0 1100001 10100 1101 100111000 1011111 101101

Color Harmonies of #DF06B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF06B3

Black with #DF06B3

Text Example


Text Example

White with #DF06B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF06B3; }

 p { color: rgb(223,6,179); }

 H1.HeaderClassName
 {
   color: #DF06B3;
 }
 .AnyTagClassName
 {
   color: #DF06B3;
 }
</style>

background-color css

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

 a { background-color: rgb(223,6,179); }

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

border-color css

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

 span { border-color: rgb(223,6,179); }

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