Html Css Color HEX #D20CBB Deep Magenta

📋 copy color: '#D20CBB'

red 210 ◦ green 12 ◦ blue 187

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

Shades of Deep Magenta #D20CBB

Tints of Deep Magenta #D20CBB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.93%

 BLUE value IS 187 (73.44% from 255) = 45.72%

R = 51.34%
G = 2.93%
B = 45.72%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D20CBB (or 0xD20CBB) is known color: Deep Magenta. HEX triplet: D2, 0C and BB. RGB value is (210,12,187). Sum of RGB (Red+Green+Blue) = 210+12+187=409 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.34% from 409); Green value is 12 (5.08% from 255 or 2.93% from 409); Blue value is 187 (73.44% from 255 or 45.72% from 409); Max value from RGB is 210 - color contains mainly: red. Hex color #D20CBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20CBB is #2DF344. Grayscale: #5A5A5A. Windows color (decimal): -3011397 or 12258514. OLE color: 12258514.

HSL color Cylindrical-coordinate representation of color #D20CBB: hue angle of 306.97º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D20CBB is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 12 187 -
CMYK 0 0.94 0.11 0.18
HSL 306.97º 0.89% 0.44% -
HSV(B) 306.97º 0.94% 0.82% -
XYZ 35.68 17.55 48.52 -
YUV 91.15 182.1 212.77 -
System Red Green Blue C M Y K H S L
Decimal 210 12 187 0 0.94 0.11 0.18 306.97 0.89 0.44
Hex D2 C BB 0 5E B 12 133 59 2C
Octal 322 14 273 0 136 13 22 463 131 54
Binary 11010010 1100 10111011 0 1011110 1011 10010 100110011 1011001 101100

Color Harmonies of #D20CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20CBB

Black with #D20CBB

Text Example


Text Example

White with #D20CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20CBB; }

 p { color: rgb(210,12,187); }

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

background-color css

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

 a { background-color: rgb(210,12,187); }

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

border-color css

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

 span { border-color: rgb(210,12,187); }

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