Html Css Color HEX #D213AB Hollywood Cerise

📋 copy color: '#D213AB'

red 210 ◦ green 19 ◦ blue 171

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

Shades of Hollywood Cerise #D213AB

Tints of Hollywood Cerise #D213AB

RGB

 RED value IS 210 (82.42% from 255) = 52.5%

 GREEN value IS 19 (7.81% from 255) = 4.75%

 BLUE value IS 171 (67.19% from 255) = 42.75%

R = 52.5%
G = 4.75%
B = 42.75%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D213AB (or 0xD213AB) is known color: Hollywood Cerise. HEX triplet: D2, 13 and AB. RGB value is (210,19,171). Sum of RGB (Red+Green+Blue) = 210+19+171=400 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.5% from 400); Green value is 19 (7.81% from 255 or 4.75% from 400); Blue value is 171 (67.19% from 255 or 42.75% from 400); Max value from RGB is 210 - color contains mainly: red. Hex color #D213AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D213AB is #2DEC54. Grayscale: #5D5D5D. Windows color (decimal): -3009621 or 11211730. OLE color: 11211730.

HSL color Cylindrical-coordinate representation of color #D213AB: hue angle of 312.25º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D213AB is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 19 171 -
CMYK 0 0.91 0.19 0.18
HSL 312.25º 0.83% 0.45% -
HSV(B) 312.25º 0.91% 0.82% -
XYZ 34.16 17.11 40.03 -
YUV 93.44 171.78 211.14 -
System Red Green Blue C M Y K H S L
Decimal 210 19 171 0 0.91 0.19 0.18 312.25 0.83 0.45
Hex D2 13 AB 0 5B 13 12 138 53 2D
Octal 322 23 253 0 133 23 22 470 123 55
Binary 11010010 10011 10101011 0 1011011 10011 10010 100111000 1010011 101101

Color Harmonies of #D213AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D213AB

Black with #D213AB

Text Example


Text Example

White with #D213AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D213AB; }

 p { color: rgb(210,19,171); }

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

background-color css

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

 a { background-color: rgb(210,19,171); }

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

border-color css

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

 span { border-color: rgb(210,19,171); }

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