Html Css Color HEX #DF008D Hollywood Cerise

📋 copy color: '#DF008D'

red 223 ◦ green 0 ◦ blue 141

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

Shades of Hollywood Cerise #DF008D

Tints of Hollywood Cerise #DF008D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.74%

R = 61.26%
G = 0%
B = 38.74%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DF008D (or 0xDF008D) is known color: Hollywood Cerise. HEX triplet: DF, 00 and 8D. RGB value is (223,0,141). Sum of RGB (Red+Green+Blue) = 223+0+141=364 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.26% from 364); Green value is 0 (0.39% from 255 or 0% from 364); Blue value is 141 (55.47% from 255 or 38.74% from 364); Max value from RGB is 223 - color contains mainly: red. Hex color #DF008D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF008D is #20FF72. Grayscale: #525252. Windows color (decimal): -2162547 or 9240799. OLE color: 9240799.

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

Color convert

RGB 223 0 141 -
CMYK 0 1 0.37 0.13
HSL 322.06º 1% 0.44% -
HSV(B) 322.06º 1% 0.87% -
XYZ 35.24 17.61 26.74 -
YUV 82.75 160.88 228.04 -
System Red Green Blue C M Y K H S L
Decimal 223 0 141 0 1 0.37 0.13 322.06 1 0.44
Hex DF 0 8D 0 64 25 D 142 64 2C
Octal 337 0 215 0 144 45 15 502 144 54
Binary 11011111 0 10001101 0 1100100 100101 1101 101000010 1100100 101100

Color Harmonies of #DF008D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF008D

Black with #DF008D

Text Example


Text Example

White with #DF008D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF008D; }

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

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

background-color css

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

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

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

border-color css

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

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

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