Html Css Color HEX #D21CDA Deep Magenta

📋 copy color: '#D21CDA'

red 210 ◦ green 28 ◦ blue 218

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

Shades of Deep Magenta #D21CDA

Tints of Deep Magenta #D21CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.81%

R = 46.05%
G = 6.14%
B = 47.81%

CMYK

 C value IS 0.04

 M value IS 0.87

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D21CDA (or 0xD21CDA) is known color: Deep Magenta. HEX triplet: D2, 1C and DA. RGB value is (210,28,218). Sum of RGB (Red+Green+Blue) = 210+28+218=456 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.05% from 456); Green value is 28 (11.33% from 255 or 6.14% from 456); Blue value is 218 (85.55% from 255 or 47.81% from 456); Max value from RGB is 218 - color contains mainly: blue. Hex color #D21CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21CDA is #2DE325. Grayscale: #676767. Windows color (decimal): -3007270 or 14294226. OLE color: 14294226.

HSL color Cylindrical-coordinate representation of color #D21CDA: hue angle of 297.47º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D21CDA is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 210 28 218 -
CMYK 0.04 0.87 0 0.15
HSL 297.47º 0.77% 0.48% -
HSV(B) 297.47º 0.87% 0.85% -
XYZ 39.65 19.59 68.02 -
YUV 104.08 192.3 203.55 -
System Red Green Blue C M Y K H S L
Decimal 210 28 218 0.04 0.87 0 0.15 297.47 0.77 0.48
Hex D2 1C DA 4 57 0 F 129 4D 30
Octal 322 34 332 4 127 0 17 451 115 60
Binary 11010010 11100 11011010 100 1010111 0 1111 100101001 1001101 110000

Color Harmonies of #D21CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21CDA

Black with #D21CDA

Text Example


Text Example

White with #D21CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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