Html Css Color HEX #D505A1 Hollywood Cerise

📋 copy color: '#D505A1'

red 213 ◦ green 5 ◦ blue 161

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

Shades of Hollywood Cerise #D505A1

Tints of Hollywood Cerise #D505A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 42.48%

R = 56.2%
G = 1.32%
B = 42.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#D505A1 (or 0xD505A1) is known color: Hollywood Cerise. HEX triplet: D5, 05 and A1. RGB value is (213,5,161). Sum of RGB (Red+Green+Blue) = 213+5+161=379 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.20% from 379); Green value is 5 (2.34% from 255 or 1.32% from 379); Blue value is 161 (63.28% from 255 or 42.48% from 379); Max value from RGB is 213 - color contains mainly: red. Hex color #D505A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D505A1 is #2AFA5E. Grayscale: #545454. Windows color (decimal): -2816607 or 10552789. OLE color: 10552789.

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

Color convert

RGB 213 5 161 -
CMYK 0 0.98 0.24 0.16
HSL 315º 0.95% 0.43% -
HSV(B) 315º 0.98% 0.84% -
XYZ 33.93 16.83 35.18 -
YUV 84.98 170.91 219.32 -
System Red Green Blue C M Y K H S L
Decimal 213 5 161 0 0.98 0.24 0.16 315 0.95 0.43
Hex D5 5 A1 0 62 18 10 13B 5F 2B
Octal 325 5 241 0 142 30 20 473 137 53
Binary 11010101 101 10100001 0 1100010 11000 10000 100111011 1011111 101011

Color Harmonies of #D505A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D505A1

Black with #D505A1

Text Example


Text Example

White with #D505A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D505A1; }

 p { color: rgb(213,5,161); }

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

background-color css

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

 a { background-color: rgb(213,5,161); }

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

border-color css

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

 span { border-color: rgb(213,5,161); }

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