Html Css Color HEX #D620CE Deep Magenta

📋 copy color: '#D620CE'

red 214 ◦ green 32 ◦ blue 206

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

Shades of Deep Magenta #D620CE

Tints of Deep Magenta #D620CE

RGB

 RED value IS 214 (83.98% from 255) = 47.35%

 GREEN value IS 32 (12.89% from 255) = 7.08%

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

R = 47.35%
G = 7.08%
B = 45.58%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D620CE (or 0xD620CE) is known color: Deep Magenta. HEX triplet: D6, 20 and CE. RGB value is (214,32,206). Sum of RGB (Red+Green+Blue) = 214+32+206=452 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.35% from 452); Green value is 32 (12.89% from 255 or 7.08% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 214 - color contains mainly: red. Hex color #D620CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D620CE is #29DF31. Grayscale: #696969. Windows color (decimal): -2744114 or 13508822. OLE color: 13508822.

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

Color convert

RGB 214 32 206 -
CMYK 0 0.85 0.04 0.16
HSL 302.64º 0.74% 0.48% -
HSV(B) 302.64º 0.85% 0.84% -
XYZ 39.39 19.79 60.14 -
YUV 106.25 184.3 204.85 -
System Red Green Blue C M Y K H S L
Decimal 214 32 206 0 0.85 0.04 0.16 302.64 0.74 0.48
Hex D6 20 CE 0 55 4 10 12F 4A 30
Octal 326 40 316 0 125 4 20 457 112 60
Binary 11010110 100000 11001110 0 1010101 100 10000 100101111 1001010 110000

Color Harmonies of #D620CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D620CE

Black with #D620CE

Text Example


Text Example

White with #D620CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D620CE; }

 p { color: rgb(214,32,206); }

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

background-color css

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

 a { background-color: rgb(214,32,206); }

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

border-color css

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

 span { border-color: rgb(214,32,206); }

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