Html Css Color HEX #DF018D Hollywood Cerise

📋 copy color: '#DF018D'

red 223 ◦ green 1 ◦ blue 141

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

Shades of Hollywood Cerise #DF018D

Tints of Hollywood Cerise #DF018D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

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

R = 61.1%
G = 0.27%
B = 38.63%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DF018D (or 0xDF018D) is known color: Hollywood Cerise. HEX triplet: DF, 01 and 8D. RGB value is (223,1,141). Sum of RGB (Red+Green+Blue) = 223+1+141=365 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.10% from 365); Green value is 1 (0.78% from 255 or 0.27% from 365); Blue value is 141 (55.47% from 255 or 38.63% from 365); Max value from RGB is 223 - color contains mainly: red. Hex color #DF018D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF018D is #20FE72. Grayscale: #535353. Windows color (decimal): -2162291 or 9241055. OLE color: 9241055.

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

Color convert

RGB 223 1 141 -
CMYK 0 1.00 0.37 0.13
HSL 322.16º 0.99% 0.44% -
HSV(B) 322.16º 1% 0.87% -
XYZ 35.25 17.63 26.74 -
YUV 83.34 160.55 227.62 -
System Red Green Blue C M Y K H S L
Decimal 223 1 141 0 1.00 0.37 0.13 322.16 0.99 0.44
Hex DF 1 8D 0 64 25 D 142 63 2C
Octal 337 1 215 0 144 45 15 502 143 54
Binary 11011111 1 10001101 0 1100100 100101 1101 101000010 1100011 101100

Color Harmonies of #DF018D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF018D

Black with #DF018D

Text Example


Text Example

White with #DF018D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF018D; }

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

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

background-color css

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

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

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

border-color css

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

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

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