Html Css Color HEX #D5029F Hollywood Cerise

📋 copy color: '#D5029F'

red 213 ◦ green 2 ◦ blue 159

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

Shades of Hollywood Cerise #D5029F

Tints of Hollywood Cerise #D5029F

RGB

 RED value IS 213 (83.59% from 255) = 56.95%

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

 BLUE value IS 159 (62.5% from 255) = 42.51%

R = 56.95%
G = 0.53%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D5029F (or 0xD5029F) is known color: Hollywood Cerise. HEX triplet: D5, 02 and 9F. RGB value is (213,2,159). Sum of RGB (Red+Green+Blue) = 213+2+159=374 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.95% from 374); Green value is 2 (1.17% from 255 or 0.53% from 374); Blue value is 159 (62.5% from 255 or 42.51% from 374); Max value from RGB is 213 - color contains mainly: red. Hex color #D5029F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5029F is #2AFD60. Grayscale: #525252. Windows color (decimal): -2817377 or 10420949. OLE color: 10420949.

HSL color Cylindrical-coordinate representation of color #D5029F: hue angle of 315.36º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D5029F is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 2 159 -
CMYK 0 0.99 0.25 0.16
HSL 315.36º 0.98% 0.42% -
HSV(B) 315.36º 0.99% 0.84% -
XYZ 33.72 16.69 34.25 -
YUV 82.99 170.9 220.73 -
System Red Green Blue C M Y K H S L
Decimal 213 2 159 0 0.99 0.25 0.16 315.36 0.98 0.42
Hex D5 2 9F 0 63 19 10 13B 62 2A
Octal 325 2 237 0 143 31 20 473 142 52
Binary 11010101 10 10011111 0 1100011 11001 10000 100111011 1100010 101010

Color Harmonies of #D5029F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5029F

Black with #D5029F

Text Example


Text Example

White with #D5029F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5029F; }

 p { color: rgb(213,2,159); }

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

background-color css

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

 a { background-color: rgb(213,2,159); }

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

border-color css

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

 span { border-color: rgb(213,2,159); }

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