Html Css Color HEX #D21CCA Deep Magenta

📋 copy color: '#D21CCA'

red 210 ◦ green 28 ◦ blue 202

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

Shades of Deep Magenta #D21CCA

Tints of Deep Magenta #D21CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.91%

R = 47.73%
G = 6.36%
B = 45.91%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D21CCA (or 0xD21CCA) is known color: Deep Magenta. HEX triplet: D2, 1C and CA. RGB value is (210,28,202). Sum of RGB (Red+Green+Blue) = 210+28+202=440 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.73% from 440); Green value is 28 (11.33% from 255 or 6.36% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 210 - color contains mainly: red. Hex color #D21CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21CCA is #2DE335. Grayscale: #656565. Windows color (decimal): -3007286 or 13245650. OLE color: 13245650.

HSL color Cylindrical-coordinate representation of color #D21CCA: hue angle of 302.64º 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 #D21CCA is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 28 202 -
CMYK 0 0.87 0.04 0.18
HSL 302.64º 0.76% 0.47% -
HSV(B) 302.64º 0.87% 0.82% -
XYZ 37.65 18.8 57.52 -
YUV 102.25 184.3 204.85 -
System Red Green Blue C M Y K H S L
Decimal 210 28 202 0 0.87 0.04 0.18 302.64 0.76 0.47
Hex D2 1C CA 0 57 4 12 12F 4C 2F
Octal 322 34 312 0 127 4 22 457 114 57
Binary 11010010 11100 11001010 0 1010111 100 10010 100101111 1001100 101111

Color Harmonies of #D21CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21CCA

Black with #D21CCA

Text Example


Text Example

White with #D21CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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