Html Css Color HEX #DF0DB1 Hollywood Cerise

📋 copy color: '#DF0DB1'

red 223 ◦ green 13 ◦ blue 177

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

Shades of Hollywood Cerise #DF0DB1

Tints of Hollywood Cerise #DF0DB1

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.15%

 BLUE value IS 177 (69.53% from 255) = 42.86%

R = 54%
G = 3.15%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DF0DB1 (or 0xDF0DB1) is known color: Hollywood Cerise. HEX triplet: DF, 0D and B1. RGB value is (223,13,177). Sum of RGB (Red+Green+Blue) = 223+13+177=413 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.00% from 413); Green value is 13 (5.47% from 255 or 3.15% from 413); Blue value is 177 (69.53% from 255 or 42.86% from 413); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0DB1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0DB1 is #20F24E. Grayscale: #5E5E5E. Windows color (decimal): -2159183 or 11603423. OLE color: 11603423.

HSL color Cylindrical-coordinate representation of color #DF0DB1: hue angle of 313.14º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF0DB1 is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 13 177 -
CMYK 0 0.94 0.21 0.13
HSL 313.14º 0.89% 0.46% -
HSV(B) 313.14º 0.94% 0.87% -
XYZ 38.51 19.15 43.26 -
YUV 94.49 174.57 219.66 -
System Red Green Blue C M Y K H S L
Decimal 223 13 177 0 0.94 0.21 0.13 313.14 0.89 0.46
Hex DF D B1 0 5E 15 D 139 59 2E
Octal 337 15 261 0 136 25 15 471 131 56
Binary 11011111 1101 10110001 0 1011110 10101 1101 100111001 1011001 101110

Color Harmonies of #DF0DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0DB1

Black with #DF0DB1

Text Example


Text Example

White with #DF0DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0DB1; }

 p { color: rgb(223,13,177); }

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

background-color css

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

 a { background-color: rgb(223,13,177); }

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

border-color css

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

 span { border-color: rgb(223,13,177); }

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