Html Css Color HEX #DF029B Hollywood Cerise

📋 copy color: '#DF029B'

red 223 ◦ green 2 ◦ blue 155

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

Shades of Hollywood Cerise #DF029B

Tints of Hollywood Cerise #DF029B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.53%

 BLUE value IS 155 (60.94% from 255) = 40.79%

R = 58.68%
G = 0.53%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DF029B (or 0xDF029B) is known color: Hollywood Cerise. HEX triplet: DF, 02 and 9B. RGB value is (223,2,155). Sum of RGB (Red+Green+Blue) = 223+2+155=380 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.68% from 380); Green value is 2 (1.17% from 255 or 0.53% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 223 - color contains mainly: red. Hex color #DF029B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF029B is #20FD64. Grayscale: #555555. Windows color (decimal): -2162021 or 10158815. OLE color: 10158815.

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

Color convert

RGB 223 2 155 -
CMYK 0 0.99 0.30 0.13
HSL 318.46º 0.98% 0.44% -
HSV(B) 318.46º 0.99% 0.87% -
XYZ 36.37 18.1 32.59 -
YUV 85.52 167.22 226.06 -
System Red Green Blue C M Y K H S L
Decimal 223 2 155 0 0.99 0.30 0.13 318.46 0.98 0.44
Hex DF 2 9B 0 63 1E D 13E 62 2C
Octal 337 2 233 0 143 36 15 476 142 54
Binary 11011111 10 10011011 0 1100011 11110 1101 100111110 1100010 101100

Color Harmonies of #DF029B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF029B

Black with #DF029B

Text Example


Text Example

White with #DF029B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF029B; }

 p { color: rgb(223,2,155); }

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

background-color css

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

 a { background-color: rgb(223,2,155); }

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

border-color css

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

 span { border-color: rgb(223,2,155); }

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