Html Css Color HEX #D621C0 Deep Magenta

📋 copy color: '#D621C0'

red 214 ◦ green 33 ◦ blue 192

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

Shades of Deep Magenta #D621C0

Tints of Deep Magenta #D621C0

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.52%

 BLUE value IS 192 (75.39% from 255) = 43.74%

R = 48.75%
G = 7.52%
B = 43.74%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D621C0 (or 0xD621C0) is known color: Deep Magenta. HEX triplet: D6, 21 and C0. RGB value is (214,33,192). Sum of RGB (Red+Green+Blue) = 214+33+192=439 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.75% from 439); Green value is 33 (13.28% from 255 or 7.52% from 439); Blue value is 192 (75.39% from 255 or 43.74% from 439); Max value from RGB is 214 - color contains mainly: red. Hex color #D621C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D621C0 is #29DE3F. Grayscale: #686868. Windows color (decimal): -2743872 or 12591574. OLE color: 12591574.

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

Color convert

RGB 214 33 192 -
CMYK 0 0.85 0.10 0.16
HSL 307.29º 0.73% 0.48% -
HSV(B) 307.29º 0.85% 0.84% -
XYZ 37.79 19.19 51.58 -
YUV 105.25 176.97 205.57 -
System Red Green Blue C M Y K H S L
Decimal 214 33 192 0 0.85 0.10 0.16 307.29 0.73 0.48
Hex D6 21 C0 0 55 A 10 133 49 30
Octal 326 41 300 0 125 12 20 463 111 60
Binary 11010110 100001 11000000 0 1010101 1010 10000 100110011 1001001 110000

Color Harmonies of #D621C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D621C0

Black with #D621C0

Text Example


Text Example

White with #D621C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D621C0; }

 p { color: rgb(214,33,192); }

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

background-color css

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

 a { background-color: rgb(214,33,192); }

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

border-color css

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

 span { border-color: rgb(214,33,192); }

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