Html Css Color HEX #D620CB Deep Magenta

📋 copy color: '#D620CB'

red 214 ◦ green 32 ◦ blue 203

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

Shades of Deep Magenta #D620CB

Tints of Deep Magenta #D620CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.21%

R = 47.66%
G = 7.13%
B = 45.21%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D620CB (or 0xD620CB) is known color: Deep Magenta. HEX triplet: D6, 20 and CB. RGB value is (214,32,203). Sum of RGB (Red+Green+Blue) = 214+32+203=449 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.66% from 449); Green value is 32 (12.89% from 255 or 7.13% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 214 - color contains mainly: red. Hex color #D620CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D620CB is #29DF34. Grayscale: #696969. Windows color (decimal): -2744117 or 13312214. OLE color: 13312214.

HSL color Cylindrical-coordinate representation of color #D620CB: hue angle of 303.63º 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 #D620CB is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 32 203 -
CMYK 0 0.85 0.05 0.16
HSL 303.63º 0.74% 0.48% -
HSV(B) 303.63º 0.85% 0.84% -
XYZ 39.03 19.64 58.23 -
YUV 105.91 182.8 205.1 -
System Red Green Blue C M Y K H S L
Decimal 214 32 203 0 0.85 0.05 0.16 303.63 0.74 0.48
Hex D6 20 CB 0 55 5 10 130 4A 30
Octal 326 40 313 0 125 5 20 460 112 60
Binary 11010110 100000 11001011 0 1010101 101 10000 100110000 1001010 110000

Color Harmonies of #D620CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D620CB

Black with #D620CB

Text Example


Text Example

White with #D620CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D620CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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