Html Css Color HEX #D620B7 Deep Magenta

📋 copy color: '#D620B7'

red 214 ◦ green 32 ◦ blue 183

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

Shades of Deep Magenta #D620B7

Tints of Deep Magenta #D620B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 42.66%

R = 49.88%
G = 7.46%
B = 42.66%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D620B7 (or 0xD620B7) is known color: Deep Magenta. HEX triplet: D6, 20 and B7. RGB value is (214,32,183). Sum of RGB (Red+Green+Blue) = 214+32+183=429 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.88% from 429); Green value is 32 (12.89% from 255 or 7.46% from 429); Blue value is 183 (71.88% from 255 or 42.66% from 429); Max value from RGB is 214 - color contains mainly: red. Hex color #D620B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D620B7 is #29DF48. Grayscale: #676767. Windows color (decimal): -2744137 or 12001494. OLE color: 12001494.

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

Color convert

RGB 214 32 183 -
CMYK 0 0.85 0.14 0.16
HSL 310.22º 0.74% 0.48% -
HSV(B) 310.22º 0.85% 0.84% -
XYZ 36.8 18.75 46.48 -
YUV 103.63 172.8 206.72 -
System Red Green Blue C M Y K H S L
Decimal 214 32 183 0 0.85 0.14 0.16 310.22 0.74 0.48
Hex D6 20 B7 0 55 E 10 136 4A 30
Octal 326 40 267 0 125 16 20 466 112 60
Binary 11010110 100000 10110111 0 1010101 1110 10000 100110110 1001010 110000

Color Harmonies of #D620B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D620B7

Black with #D620B7

Text Example


Text Example

White with #D620B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D620B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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