Html Css Color HEX #D21CC5 Deep Magenta

📋 copy color: '#D21CC5'

red 210 ◦ green 28 ◦ blue 197

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

Shades of Deep Magenta #D21CC5

Tints of Deep Magenta #D21CC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 45.29%

R = 48.28%
G = 6.44%
B = 45.29%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D21CC5 (or 0xD21CC5) is known color: Deep Magenta. HEX triplet: D2, 1C and C5. RGB value is (210,28,197). Sum of RGB (Red+Green+Blue) = 210+28+197=435 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.28% from 435); Green value is 28 (11.33% from 255 or 6.44% from 435); Blue value is 197 (77.34% from 255 or 45.29% from 435); Max value from RGB is 210 - color contains mainly: red. Hex color #D21CC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21CC5 is #2DE33A. Grayscale: #656565. Windows color (decimal): -3007291 or 12917970. OLE color: 12917970.

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

Color convert

RGB 210 28 197 -
CMYK 0 0.87 0.06 0.18
HSL 304.29º 0.76% 0.47% -
HSV(B) 304.29º 0.87% 0.82% -
XYZ 37.07 18.56 54.45 -
YUV 101.68 181.8 205.26 -
System Red Green Blue C M Y K H S L
Decimal 210 28 197 0 0.87 0.06 0.18 304.29 0.76 0.47
Hex D2 1C C5 0 57 6 12 130 4C 2F
Octal 322 34 305 0 127 6 22 460 114 57
Binary 11010010 11100 11000101 0 1010111 110 10010 100110000 1001100 101111

Color Harmonies of #D21CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21CC5

Black with #D21CC5

Text Example


Text Example

White with #D21CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21CC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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