Html Css Color HEX #D214CC Deep Magenta

📋 copy color: '#D214CC'

red 210 ◦ green 20 ◦ blue 204

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

Shades of Deep Magenta #D214CC

Tints of Deep Magenta #D214CC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.61%

 BLUE value IS 204 (80.08% from 255) = 47%

R = 48.39%
G = 4.61%
B = 47%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D214CC (or 0xD214CC) is known color: Deep Magenta. HEX triplet: D2, 14 and CC. RGB value is (210,20,204). Sum of RGB (Red+Green+Blue) = 210+20+204=434 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.39% from 434); Green value is 20 (8.20% from 255 or 4.61% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 210 - color contains mainly: red. Hex color #D214CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D214CC is #2DEB33. Grayscale: #616161. Windows color (decimal): -3009332 or 13374674. OLE color: 13374674.

HSL color Cylindrical-coordinate representation of color #D214CC: hue angle of 301.89º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D214CC is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 20 204 -
CMYK 0 0.90 0.03 0.18
HSL 301.89º 0.83% 0.45% -
HSV(B) 301.89º 0.9% 0.82% -
XYZ 37.73 18.56 58.72 -
YUV 97.79 187.95 208.04 -
System Red Green Blue C M Y K H S L
Decimal 210 20 204 0 0.90 0.03 0.18 301.89 0.83 0.45
Hex D2 14 CC 0 5A 3 12 12E 53 2D
Octal 322 24 314 0 132 3 22 456 123 55
Binary 11010010 10100 11001100 0 1011010 11 10010 100101110 1010011 101101

Color Harmonies of #D214CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D214CC

Black with #D214CC

Text Example


Text Example

White with #D214CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D214CC; }

 p { color: rgb(210,20,204); }

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

background-color css

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

 a { background-color: rgb(210,20,204); }

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

border-color css

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

 span { border-color: rgb(210,20,204); }

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