Html Css Color HEX #D621C9 Deep Magenta

📋 copy color: '#D621C9'

red 214 ◦ green 33 ◦ blue 201

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

Shades of Deep Magenta #D621C9

Tints of Deep Magenta #D621C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 44.87%

R = 47.77%
G = 7.37%
B = 44.87%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D621C9 (or 0xD621C9) is known color: Deep Magenta. HEX triplet: D6, 21 and C9. RGB value is (214,33,201). Sum of RGB (Red+Green+Blue) = 214+33+201=448 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.77% from 448); Green value is 33 (13.28% from 255 or 7.37% from 448); Blue value is 201 (78.91% from 255 or 44.87% from 448); Max value from RGB is 214 - color contains mainly: red. Hex color #D621C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D621C9 is #29DE36. Grayscale: #696969. Windows color (decimal): -2743863 or 13181398. OLE color: 13181398.

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

Color convert

RGB 214 33 201 -
CMYK 0 0.85 0.06 0.16
HSL 304.31º 0.73% 0.48% -
HSV(B) 304.31º 0.85% 0.84% -
XYZ 38.82 19.6 57 -
YUV 106.27 181.47 204.84 -
System Red Green Blue C M Y K H S L
Decimal 214 33 201 0 0.85 0.06 0.16 304.31 0.73 0.48
Hex D6 21 C9 0 55 6 10 130 49 30
Octal 326 41 311 0 125 6 20 460 111 60
Binary 11010110 100001 11001001 0 1010101 110 10000 100110000 1001001 110000

Color Harmonies of #D621C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D621C9

Black with #D621C9

Text Example


Text Example

White with #D621C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D621C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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