Html Css Color HEX #DF038E Hollywood Cerise

📋 copy color: '#DF038E'

red 223 ◦ green 3 ◦ blue 142

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

Shades of Hollywood Cerise #DF038E

Tints of Hollywood Cerise #DF038E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.82%

 BLUE value IS 142 (55.86% from 255) = 38.59%

R = 60.6%
G = 0.82%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DF038E (or 0xDF038E) is known color: Hollywood Cerise. HEX triplet: DF, 03 and 8E. RGB value is (223,3,142). Sum of RGB (Red+Green+Blue) = 223+3+142=368 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.60% from 368); Green value is 3 (1.56% from 255 or 0.82% from 368); Blue value is 142 (55.86% from 255 or 38.59% from 368); Max value from RGB is 223 - color contains mainly: red. Hex color #DF038E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF038E is #20FC71. Grayscale: #545454. Windows color (decimal): -2161778 or 9307103. OLE color: 9307103.

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

Color convert

RGB 223 3 142 -
CMYK 0 0.99 0.36 0.13
HSL 322.09º 0.97% 0.44% -
HSV(B) 322.09º 0.99% 0.87% -
XYZ 35.35 17.71 27.15 -
YUV 84.63 160.39 226.7 -
System Red Green Blue C M Y K H S L
Decimal 223 3 142 0 0.99 0.36 0.13 322.09 0.97 0.44
Hex DF 3 8E 0 63 24 D 142 61 2C
Octal 337 3 216 0 143 44 15 502 141 54
Binary 11011111 11 10001110 0 1100011 100100 1101 101000010 1100001 101100

Color Harmonies of #DF038E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF038E

Black with #DF038E

Text Example


Text Example

White with #DF038E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF038E; }

 p { color: rgb(223,3,142); }

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

background-color css

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

 a { background-color: rgb(223,3,142); }

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

border-color css

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

 span { border-color: rgb(223,3,142); }

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