Html Css Color HEX #D405AB Hollywood Cerise

📋 copy color: '#D405AB'

red 212 ◦ green 5 ◦ blue 171

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

Shades of Hollywood Cerise #D405AB

Tints of Hollywood Cerise #D405AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.07%

R = 54.64%
G = 1.29%
B = 44.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D405AB (or 0xD405AB) is known color: Hollywood Cerise. HEX triplet: D4, 05 and AB. RGB value is (212,5,171). Sum of RGB (Red+Green+Blue) = 212+5+171=388 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.64% from 388); Green value is 5 (2.34% from 255 or 1.29% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 212 - color contains mainly: red. Hex color #D405AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D405AB is #2BFA54. Grayscale: #555555. Windows color (decimal): -2882133 or 11208148. OLE color: 11208148.

HSL color Cylindrical-coordinate representation of color #D405AB: hue angle of 311.88º 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 #D405AB is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 5 171 -
CMYK 0 0.98 0.19 0.17
HSL 311.88º 0.95% 0.43% -
HSV(B) 311.88º 0.98% 0.83% -
XYZ 34.56 17.05 40 -
YUV 85.82 176.08 218 -
System Red Green Blue C M Y K H S L
Decimal 212 5 171 0 0.98 0.19 0.17 311.88 0.95 0.43
Hex D4 5 AB 0 62 13 11 138 5F 2B
Octal 324 5 253 0 142 23 21 470 137 53
Binary 11010100 101 10101011 0 1100010 10011 10001 100111000 1011111 101011

Color Harmonies of #D405AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D405AB

Black with #D405AB

Text Example


Text Example

White with #D405AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D405AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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