Html Css Color HEX #D40BA8 Hollywood Cerise

📋 copy color: '#D40BA8'

red 212 ◦ green 11 ◦ blue 168

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

Shades of Hollywood Cerise #D40BA8

Tints of Hollywood Cerise #D40BA8

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.81%

 BLUE value IS 168 (66.02% from 255) = 42.97%

R = 54.22%
G = 2.81%
B = 42.97%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.21

 K value IS 0.17

RGB Variations

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

Color information

#D40BA8 (or 0xD40BA8) is known color: Hollywood Cerise. HEX triplet: D4, 0B and A8. RGB value is (212,11,168). Sum of RGB (Red+Green+Blue) = 212+11+168=391 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.22% from 391); Green value is 11 (4.69% from 255 or 2.81% from 391); Blue value is 168 (66.02% from 255 or 42.97% from 391); Max value from RGB is 212 - color contains mainly: red. Hex color #D40BA8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40BA8 is #2BF457. Grayscale: #585858. Windows color (decimal): -2880600 or 11013076. OLE color: 11013076.

HSL color Cylindrical-coordinate representation of color #D40BA8: hue angle of 313.13º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D40BA8 is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 11 168 -
CMYK 0 0.95 0.21 0.17
HSL 313.13º 0.9% 0.44% -
HSV(B) 313.13º 0.95% 0.83% -
XYZ 34.34 17.06 38.53 -
YUV 89 172.59 215.73 -
System Red Green Blue C M Y K H S L
Decimal 212 11 168 0 0.95 0.21 0.17 313.13 0.9 0.44
Hex D4 B A8 0 5F 15 11 139 5A 2C
Octal 324 13 250 0 137 25 21 471 132 54
Binary 11010100 1011 10101000 0 1011111 10101 10001 100111001 1011010 101100

Color Harmonies of #D40BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40BA8

Black with #D40BA8

Text Example


Text Example

White with #D40BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40BA8; }

 p { color: rgb(212,11,168); }

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

background-color css

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

 a { background-color: rgb(212,11,168); }

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

border-color css

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

 span { border-color: rgb(212,11,168); }

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