Html Css Color HEX #DF0D93 Hollywood Cerise

📋 copy color: '#DF0D93'

red 223 ◦ green 13 ◦ blue 147

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

Shades of Hollywood Cerise #DF0D93

Tints of Hollywood Cerise #DF0D93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 38.38%

R = 58.22%
G = 3.39%
B = 38.38%

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

#DF0D93 (or 0xDF0D93) is known color: Hollywood Cerise. HEX triplet: DF, 0D and 93. RGB value is (223,13,147). Sum of RGB (Red+Green+Blue) = 223+13+147=383 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.22% from 383); Green value is 13 (5.47% from 255 or 3.39% from 383); Blue value is 147 (57.81% from 255 or 38.38% from 383); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0D93 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0D93 is #20F26C. Grayscale: #5A5A5A. Windows color (decimal): -2159213 or 9637343. OLE color: 9637343.

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

Color convert

RGB 223 13 147 -
CMYK 0 0.94 0.34 0.13
HSL 321.71º 0.89% 0.46% -
HSV(B) 321.71º 0.94% 0.87% -
XYZ 35.84 18.08 29.2 -
YUV 91.07 159.57 222.1 -
System Red Green Blue C M Y K H S L
Decimal 223 13 147 0 0.94 0.34 0.13 321.71 0.89 0.46
Hex DF D 93 0 5E 22 D 142 59 2E
Octal 337 15 223 0 136 42 15 502 131 56
Binary 11011111 1101 10010011 0 1011110 100010 1101 101000010 1011001 101110

Color Harmonies of #DF0D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0D93

Black with #DF0D93

Text Example


Text Example

White with #DF0D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0D93; }

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

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

background-color css

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

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

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

border-color css

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

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

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