Html Css Color HEX #DF05B4 Hollywood Cerise

📋 copy color: '#DF05B4'

red 223 ◦ green 5 ◦ blue 180

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

Shades of Hollywood Cerise #DF05B4

Tints of Hollywood Cerise #DF05B4

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.23%

 BLUE value IS 180 (70.7% from 255) = 44.12%

R = 54.66%
G = 1.23%
B = 44.12%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DF05B4 (or 0xDF05B4) is known color: Hollywood Cerise. HEX triplet: DF, 05 and B4. RGB value is (223,5,180). Sum of RGB (Red+Green+Blue) = 223+5+180=408 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.66% from 408); Green value is 5 (2.34% from 255 or 1.23% from 408); Blue value is 180 (70.70% from 255 or 44.12% from 408); Max value from RGB is 223 - color contains mainly: red. Hex color #DF05B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF05B4 is #20FA4B. Grayscale: #595959. Windows color (decimal): -2161228 or 11797983. OLE color: 11797983.

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

Color convert

RGB 223 5 180 -
CMYK 0 0.98 0.19 0.13
HSL 311.83º 0.96% 0.45% -
HSV(B) 311.83º 0.98% 0.87% -
XYZ 38.72 19.09 44.82 -
YUV 90.13 178.72 222.77 -
System Red Green Blue C M Y K H S L
Decimal 223 5 180 0 0.98 0.19 0.13 311.83 0.96 0.45
Hex DF 5 B4 0 62 13 D 138 60 2D
Octal 337 5 264 0 142 23 15 470 140 55
Binary 11011111 101 10110100 0 1100010 10011 1101 100111000 1100000 101101

Color Harmonies of #DF05B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF05B4

Black with #DF05B4

Text Example


Text Example

White with #DF05B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF05B4; }

 p { color: rgb(223,5,180); }

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

background-color css

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

 a { background-color: rgb(223,5,180); }

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

border-color css

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

 span { border-color: rgb(223,5,180); }

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