Html Css Color HEX #DF008F Hollywood Cerise

📋 copy color: '#DF008F'

red 223 ◦ green 0 ◦ blue 143

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

Shades of Hollywood Cerise #DF008F

Tints of Hollywood Cerise #DF008F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 143 (56.25% from 255) = 39.07%

R = 60.93%
G = 0%
B = 39.07%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DF008F (or 0xDF008F) is known color: Hollywood Cerise. HEX triplet: DF, 00 and 8F. RGB value is (223,0,143). Sum of RGB (Red+Green+Blue) = 223+0+143=366 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.93% from 366); Green value is 0 (0.39% from 255 or 0% from 366); Blue value is 143 (56.25% from 255 or 39.07% from 366); Max value from RGB is 223 - color contains mainly: red. Hex color #DF008F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF008F is #20FF70. Grayscale: #525252. Windows color (decimal): -2162545 or 9371871. OLE color: 9371871.

HSL color Cylindrical-coordinate representation of color #DF008F: hue angle of 321.52º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF008F is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 0 143 -
CMYK 0 1 0.36 0.13
HSL 321.52º 1% 0.44% -
HSV(B) 321.52º 1% 0.87% -
XYZ 35.39 17.67 27.53 -
YUV 82.98 161.88 227.87 -
System Red Green Blue C M Y K H S L
Decimal 223 0 143 0 1 0.36 0.13 321.52 1 0.44
Hex DF 0 8F 0 64 24 D 142 64 2C
Octal 337 0 217 0 144 44 15 502 144 54
Binary 11011111 0 10001111 0 1100100 100100 1101 101000010 1100100 101100

Color Harmonies of #DF008F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF008F

Black with #DF008F

Text Example


Text Example

White with #DF008F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF008F; }

 p { color: rgb(223,0,143); }

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

background-color css

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

 a { background-color: rgb(223,0,143); }

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

border-color css

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

 span { border-color: rgb(223,0,143); }

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