Html Css Color HEX #D505AC Hollywood Cerise

📋 copy color: '#D505AC'

red 213 ◦ green 5 ◦ blue 172

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

Shades of Hollywood Cerise #D505AC

Tints of Hollywood Cerise #D505AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.1%

R = 54.62%
G = 1.28%
B = 44.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D505AC (or 0xD505AC) is known color: Hollywood Cerise. HEX triplet: D5, 05 and AC. RGB value is (213,5,172). Sum of RGB (Red+Green+Blue) = 213+5+172=390 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.62% from 390); Green value is 5 (2.34% from 255 or 1.28% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 213 - color contains mainly: red. Hex color #D505AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D505AC is #2AFA53. Grayscale: #555555. Windows color (decimal): -2816596 or 11273685. OLE color: 11273685.

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

Color convert

RGB 213 5 172 -
CMYK 0 0.98 0.19 0.16
HSL 311.83º 0.95% 0.43% -
HSV(B) 311.83º 0.98% 0.84% -
XYZ 34.94 17.23 40.51 -
YUV 86.23 176.41 218.42 -
System Red Green Blue C M Y K H S L
Decimal 213 5 172 0 0.98 0.19 0.16 311.83 0.95 0.43
Hex D5 5 AC 0 62 13 10 138 5F 2B
Octal 325 5 254 0 142 23 20 470 137 53
Binary 11010101 101 10101100 0 1100010 10011 10000 100111000 1011111 101011

Color Harmonies of #D505AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D505AC

Black with #D505AC

Text Example


Text Example

White with #D505AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D505AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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