Html Css Color HEX #D905A2 Hollywood Cerise

📋 copy color: '#D905A2'

red 217 ◦ green 5 ◦ blue 162

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

Shades of Hollywood Cerise #D905A2

Tints of Hollywood Cerise #D905A2

RGB

 RED value IS 217 (85.16% from 255) = 56.51%

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

 BLUE value IS 162 (63.67% from 255) = 42.19%

R = 56.51%
G = 1.3%
B = 42.19%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#D905A2 (or 0xD905A2) is known color: Hollywood Cerise. HEX triplet: D9, 05 and A2. RGB value is (217,5,162). Sum of RGB (Red+Green+Blue) = 217+5+162=384 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.51% from 384); Green value is 5 (2.34% from 255 or 1.30% from 384); Blue value is 162 (63.67% from 255 or 42.19% from 384); Max value from RGB is 217 - color contains mainly: red. Hex color #D905A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D905A2 is #26FA5D. Grayscale: #555555. Windows color (decimal): -2554462 or 10618329. OLE color: 10618329.

HSL color Cylindrical-coordinate representation of color #D905A2: hue angle of 315.57º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D905A2 is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 5 162 -
CMYK 0 0.98 0.25 0.15
HSL 315.57º 0.95% 0.44% -
HSV(B) 315.57º 0.98% 0.85% -
XYZ 35.19 17.47 35.7 -
YUV 86.29 170.74 221.23 -
System Red Green Blue C M Y K H S L
Decimal 217 5 162 0 0.98 0.25 0.15 315.57 0.95 0.44
Hex D9 5 A2 0 62 19 F 13C 5F 2C
Octal 331 5 242 0 142 31 17 474 137 54
Binary 11011001 101 10100010 0 1100010 11001 1111 100111100 1011111 101100

Color Harmonies of #D905A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D905A2

Black with #D905A2

Text Example


Text Example

White with #D905A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D905A2; }

 p { color: rgb(217,5,162); }

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

background-color css

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

 a { background-color: rgb(217,5,162); }

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

border-color css

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

 span { border-color: rgb(217,5,162); }

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