Html Css Color HEX #DF04B5 Hollywood Cerise

📋 copy color: '#DF04B5'

red 223 ◦ green 4 ◦ blue 181

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

Shades of Hollywood Cerise #DF04B5

Tints of Hollywood Cerise #DF04B5

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.98%

 BLUE value IS 181 (71.09% from 255) = 44.36%

R = 54.66%
G = 0.98%
B = 44.36%

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

#DF04B5 (or 0xDF04B5) is known color: Hollywood Cerise. HEX triplet: DF, 04 and B5. RGB value is (223,4,181). Sum of RGB (Red+Green+Blue) = 223+4+181=408 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.66% from 408); Green value is 4 (1.95% from 255 or 0.98% from 408); Blue value is 181 (71.09% from 255 or 44.36% from 408); Max value from RGB is 223 - color contains mainly: red. Hex color #DF04B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF04B5 is #20FB4A. Grayscale: #595959. Windows color (decimal): -2161483 or 11863263. OLE color: 11863263.

HSL color Cylindrical-coordinate representation of color #DF04B5: hue angle of 311.51º 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 #DF04B5 is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 4 181 -
CMYK 0 0.98 0.19 0.13
HSL 311.51º 0.96% 0.45% -
HSV(B) 311.51º 0.98% 0.87% -
XYZ 38.82 19.11 45.36 -
YUV 89.66 179.55 223.11 -
System Red Green Blue C M Y K H S L
Decimal 223 4 181 0 0.98 0.19 0.13 311.51 0.96 0.45
Hex DF 4 B5 0 62 13 D 138 60 2D
Octal 337 4 265 0 142 23 15 470 140 55
Binary 11011111 100 10110101 0 1100010 10011 1101 100111000 1100000 101101

Color Harmonies of #DF04B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF04B5

Black with #DF04B5

Text Example


Text Example

White with #DF04B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF04B5; }

 p { color: rgb(223,4,181); }

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

background-color css

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

 a { background-color: rgb(223,4,181); }

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

border-color css

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

 span { border-color: rgb(223,4,181); }

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