Html Css Color HEX #D405A5 Hollywood Cerise

📋 copy color: '#D405A5'

red 212 ◦ green 5 ◦ blue 165

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

Shades of Hollywood Cerise #D405A5

Tints of Hollywood Cerise #D405A5

RGB

 RED value IS 212 (83.2% from 255) = 55.5%

 GREEN value IS 5 (2.34% from 255) = 1.31%

 BLUE value IS 165 (64.84% from 255) = 43.19%

R = 55.5%
G = 1.31%
B = 43.19%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.22

 K value IS 0.17

RGB Variations

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

Color information

#D405A5 (or 0xD405A5) is known color: Hollywood Cerise. HEX triplet: D4, 05 and A5. RGB value is (212,5,165). Sum of RGB (Red+Green+Blue) = 212+5+165=382 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.50% from 382); Green value is 5 (2.34% from 255 or 1.31% from 382); Blue value is 165 (64.84% from 255 or 43.19% from 382); Max value from RGB is 212 - color contains mainly: red. Hex color #D405A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D405A5 is #2BFA5A. Grayscale: #545454. Windows color (decimal): -2882139 or 10814932. OLE color: 10814932.

HSL color Cylindrical-coordinate representation of color #D405A5: hue angle of 313.62º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D405A5 is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 5 165 -
CMYK 0 0.98 0.22 0.17
HSL 313.62º 0.95% 0.43% -
HSV(B) 313.62º 0.98% 0.83% -
XYZ 34 16.82 37.05 -
YUV 85.13 173.08 218.49 -
System Red Green Blue C M Y K H S L
Decimal 212 5 165 0 0.98 0.22 0.17 313.62 0.95 0.43
Hex D4 5 A5 0 62 16 11 13A 5F 2B
Octal 324 5 245 0 142 26 21 472 137 53
Binary 11010100 101 10100101 0 1100010 10110 10001 100111010 1011111 101011

Color Harmonies of #D405A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D405A5

Black with #D405A5

Text Example


Text Example

White with #D405A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D405A5; }

 p { color: rgb(212,5,165); }

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

background-color css

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

 a { background-color: rgb(212,5,165); }

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

border-color css

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

 span { border-color: rgb(212,5,165); }

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