Html Css Color HEX #DF038C Hollywood Cerise

📋 copy color: '#DF038C'

red 223 ◦ green 3 ◦ blue 140

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

Shades of Hollywood Cerise #DF038C

Tints of Hollywood Cerise #DF038C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.25%

R = 60.93%
G = 0.82%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DF038C (or 0xDF038C) is known color: Hollywood Cerise. HEX triplet: DF, 03 and 8C. RGB value is (223,3,140). Sum of RGB (Red+Green+Blue) = 223+3+140=366 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.93% from 366); Green value is 3 (1.56% from 255 or 0.82% from 366); Blue value is 140 (55.08% from 255 or 38.25% from 366); Max value from RGB is 223 - color contains mainly: red. Hex color #DF038C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF038C is #20FC73. Grayscale: #545454. Windows color (decimal): -2161780 or 9176031. OLE color: 9176031.

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

Color convert

RGB 223 3 140 -
CMYK 0 0.99 0.37 0.13
HSL 322.64º 0.97% 0.44% -
HSV(B) 322.64º 0.99% 0.87% -
XYZ 35.2 17.65 26.36 -
YUV 84.4 159.39 226.86 -
System Red Green Blue C M Y K H S L
Decimal 223 3 140 0 0.99 0.37 0.13 322.64 0.97 0.44
Hex DF 3 8C 0 63 25 D 143 61 2C
Octal 337 3 214 0 143 45 15 503 141 54
Binary 11011111 11 10001100 0 1100011 100101 1101 101000011 1100001 101100

Color Harmonies of #DF038C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF038C

Black with #DF038C

Text Example


Text Example

White with #DF038C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF038C; }

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

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

background-color css

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

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

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

border-color css

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

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

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