Html Css Color HEX #DF029A Hollywood Cerise

📋 copy color: '#DF029A'

red 223 ◦ green 2 ◦ blue 154

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

Shades of Hollywood Cerise #DF029A

Tints of Hollywood Cerise #DF029A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 40.63%

R = 58.84%
G = 0.53%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DF029A (or 0xDF029A) is known color: Hollywood Cerise. HEX triplet: DF, 02 and 9A. RGB value is (223,2,154). Sum of RGB (Red+Green+Blue) = 223+2+154=379 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.84% from 379); Green value is 2 (1.17% from 255 or 0.53% from 379); Blue value is 154 (60.55% from 255 or 40.63% from 379); Max value from RGB is 223 - color contains mainly: red. Hex color #DF029A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF029A is #20FD65. Grayscale: #555555. Windows color (decimal): -2162022 or 10093279. OLE color: 10093279.

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

Color convert

RGB 223 2 154 -
CMYK 0 0.99 0.31 0.13
HSL 318.73º 0.98% 0.44% -
HSV(B) 318.73º 0.99% 0.87% -
XYZ 36.29 18.06 32.15 -
YUV 85.41 166.72 226.14 -
System Red Green Blue C M Y K H S L
Decimal 223 2 154 0 0.99 0.31 0.13 318.73 0.98 0.44
Hex DF 2 9A 0 63 1F D 13F 62 2C
Octal 337 2 232 0 143 37 15 477 142 54
Binary 11011111 10 10011010 0 1100011 11111 1101 100111111 1100010 101100

Color Harmonies of #DF029A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF029A

Black with #DF029A

Text Example


Text Example

White with #DF029A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF029A; }

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

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

background-color css

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

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

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

border-color css

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

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

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