Html Css Color HEX #DF0D94 Hollywood Cerise

📋 copy color: '#DF0D94'

red 223 ◦ green 13 ◦ blue 148

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

Shades of Hollywood Cerise #DF0D94

Tints of Hollywood Cerise #DF0D94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 38.54%

R = 58.07%
G = 3.39%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DF0D94 (or 0xDF0D94) is known color: Hollywood Cerise. HEX triplet: DF, 0D and 94. RGB value is (223,13,148). Sum of RGB (Red+Green+Blue) = 223+13+148=384 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.07% from 384); Green value is 13 (5.47% from 255 or 3.39% from 384); Blue value is 148 (58.20% from 255 or 38.54% from 384); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0D94 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0D94 is #20F26B. Grayscale: #5A5A5A. Windows color (decimal): -2159212 or 9702879. OLE color: 9702879.

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

Color convert

RGB 223 13 148 -
CMYK 0 0.94 0.34 0.13
HSL 321.43º 0.89% 0.46% -
HSV(B) 321.43º 0.94% 0.87% -
XYZ 35.92 18.11 29.62 -
YUV 91.18 160.07 222.02 -
System Red Green Blue C M Y K H S L
Decimal 223 13 148 0 0.94 0.34 0.13 321.43 0.89 0.46
Hex DF D 94 0 5E 22 D 141 59 2E
Octal 337 15 224 0 136 42 15 501 131 56
Binary 11011111 1101 10010100 0 1011110 100010 1101 101000001 1011001 101110

Color Harmonies of #DF0D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0D94

Black with #DF0D94

Text Example


Text Example

White with #DF0D94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0D94; }

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

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

background-color css

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

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

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

border-color css

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

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

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