Html Css Color HEX #D403A0 Hollywood Cerise

📋 copy color: '#D403A0'

red 212 ◦ green 3 ◦ blue 160

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

Shades of Hollywood Cerise #D403A0

Tints of Hollywood Cerise #D403A0

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.8%

 BLUE value IS 160 (62.89% from 255) = 42.67%

R = 56.53%
G = 0.8%
B = 42.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#D403A0 (or 0xD403A0) is known color: Hollywood Cerise. HEX triplet: D4, 03 and A0. RGB value is (212,3,160). Sum of RGB (Red+Green+Blue) = 212+3+160=375 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.53% from 375); Green value is 3 (1.56% from 255 or 0.8% from 375); Blue value is 160 (62.89% from 255 or 42.67% from 375); Max value from RGB is 212 - color contains mainly: red. Hex color #D403A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D403A0 is #2BFC5F. Grayscale: #525252. Windows color (decimal): -2882656 or 10486740. OLE color: 10486740.

HSL color Cylindrical-coordinate representation of color #D403A0: hue angle of 314.93º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D403A0 is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 3 160 -
CMYK 0 0.99 0.25 0.17
HSL 314.93º 0.97% 0.42% -
HSV(B) 314.93º 0.99% 0.83% -
XYZ 33.53 16.6 34.69 -
YUV 83.39 171.24 219.73 -
System Red Green Blue C M Y K H S L
Decimal 212 3 160 0 0.99 0.25 0.17 314.93 0.97 0.42
Hex D4 3 A0 0 63 19 11 13B 61 2A
Octal 324 3 240 0 143 31 21 473 141 52
Binary 11010100 11 10100000 0 1100011 11001 10001 100111011 1100001 101010

Color Harmonies of #D403A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D403A0

Black with #D403A0

Text Example


Text Example

White with #D403A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D403A0; }

 p { color: rgb(212,3,160); }

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

background-color css

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

 a { background-color: rgb(212,3,160); }

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

border-color css

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

 span { border-color: rgb(212,3,160); }

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