Html Css Color HEX #D21CC2 Deep Magenta

📋 copy color: '#D21CC2'

red 210 ◦ green 28 ◦ blue 194

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

Shades of Deep Magenta #D21CC2

Tints of Deep Magenta #D21CC2

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.48%

 BLUE value IS 194 (76.17% from 255) = 44.91%

R = 48.61%
G = 6.48%
B = 44.91%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D21CC2 (or 0xD21CC2) is known color: Deep Magenta. HEX triplet: D2, 1C and C2. RGB value is (210,28,194). Sum of RGB (Red+Green+Blue) = 210+28+194=432 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.61% from 432); Green value is 28 (11.33% from 255 or 6.48% from 432); Blue value is 194 (76.17% from 255 or 44.91% from 432); Max value from RGB is 210 - color contains mainly: red. Hex color #D21CC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21CC2 is #2DE33D. Grayscale: #646464. Windows color (decimal): -3007294 or 12721362. OLE color: 12721362.

HSL color Cylindrical-coordinate representation of color #D21CC2: hue angle of 305.27º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D21CC2 is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 28 194 -
CMYK 0 0.87 0.08 0.18
HSL 305.27º 0.76% 0.47% -
HSV(B) 305.27º 0.87% 0.82% -
XYZ 36.73 18.43 52.66 -
YUV 101.34 180.3 205.5 -
System Red Green Blue C M Y K H S L
Decimal 210 28 194 0 0.87 0.08 0.18 305.27 0.76 0.47
Hex D2 1C C2 0 57 8 12 131 4C 2F
Octal 322 34 302 0 127 10 22 461 114 57
Binary 11010010 11100 11000010 0 1010111 1000 10010 100110001 1001100 101111

Color Harmonies of #D21CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21CC2

Black with #D21CC2

Text Example


Text Example

White with #D21CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21CC2; }

 p { color: rgb(210,28,194); }

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

background-color css

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

 a { background-color: rgb(210,28,194); }

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

border-color css

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

 span { border-color: rgb(210,28,194); }

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