Html Css Color HEX #D21CCE Deep Magenta

📋 copy color: '#D21CCE'

red 210 ◦ green 28 ◦ blue 206

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

Shades of Deep Magenta #D21CCE

Tints of Deep Magenta #D21CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.4%

R = 47.3%
G = 6.31%
B = 46.4%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D21CCE (or 0xD21CCE) is known color: Deep Magenta. HEX triplet: D2, 1C and CE. RGB value is (210,28,206). Sum of RGB (Red+Green+Blue) = 210+28+206=444 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.30% from 444); Green value is 28 (11.33% from 255 or 6.31% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 210 - color contains mainly: red. Hex color #D21CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21CCE is #2DE331. Grayscale: #666666. Windows color (decimal): -3007282 or 13507794. OLE color: 13507794.

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

Color convert

RGB 210 28 206 -
CMYK 0 0.87 0.02 0.18
HSL 301.32º 0.76% 0.47% -
HSV(B) 301.32º 0.87% 0.82% -
XYZ 38.13 18.99 60.05 -
YUV 102.71 186.3 204.53 -
System Red Green Blue C M Y K H S L
Decimal 210 28 206 0 0.87 0.02 0.18 301.32 0.76 0.47
Hex D2 1C CE 0 57 2 12 12D 4C 2F
Octal 322 34 316 0 127 2 22 455 114 57
Binary 11010010 11100 11001110 0 1010111 10 10010 100101101 1001100 101111

Color Harmonies of #D21CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21CCE

Black with #D21CCE

Text Example


Text Example

White with #D21CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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