Html Css Color HEX #D621CE Deep Magenta

📋 copy color: '#D621CE'

red 214 ◦ green 33 ◦ blue 206

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

Shades of Deep Magenta #D621CE

Tints of Deep Magenta #D621CE

RGB

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

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

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

R = 47.24%
G = 7.28%
B = 45.47%

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

#D621CE (or 0xD621CE) is known color: Deep Magenta. HEX triplet: D6, 21 and CE. RGB value is (214,33,206). Sum of RGB (Red+Green+Blue) = 214+33+206=453 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.24% from 453); Green value is 33 (13.28% from 255 or 7.28% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 214 - color contains mainly: red. Hex color #D621CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D621CE is #29DE31. Grayscale: #6A6A6A. Windows color (decimal): -2743858 or 13509078. OLE color: 13509078.

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

Color convert

RGB 214 33 206 -
CMYK 0 0.85 0.04 0.16
HSL 302.65º 0.73% 0.48% -
HSV(B) 302.65º 0.85% 0.84% -
XYZ 39.42 19.84 60.14 -
YUV 106.84 183.97 204.43 -
System Red Green Blue C M Y K H S L
Decimal 214 33 206 0 0.85 0.04 0.16 302.65 0.73 0.48
Hex D6 21 CE 0 55 4 10 12F 49 30
Octal 326 41 316 0 125 4 20 457 111 60
Binary 11010110 100001 11001110 0 1010101 100 10000 100101111 1001001 110000

Color Harmonies of #D621CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D621CE

Black with #D621CE

Text Example


Text Example

White with #D621CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D621CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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