Html Css Color HEX #D629C9 Deep Magenta

📋 copy color: '#D629C9'

red 214 ◦ green 41 ◦ blue 201

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

Shades of Deep Magenta #D629C9

Tints of Deep Magenta #D629C9

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.99%

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

R = 46.93%
G = 8.99%
B = 44.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D629C9 (or 0xD629C9) is known color: Deep Magenta. HEX triplet: D6, 29 and C9. RGB value is (214,41,201). Sum of RGB (Red+Green+Blue) = 214+41+201=456 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.93% from 456); Green value is 41 (16.41% from 255 or 8.99% from 456); Blue value is 201 (78.91% from 255 or 44.08% from 456); Max value from RGB is 214 - color contains mainly: red. Hex color #D629C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D629C9 is #29D636. Grayscale: #6E6E6E. Windows color (decimal): -2741815 or 13183446. OLE color: 13183446.

HSL color Cylindrical-coordinate representation of color #D629C9: hue angle of 304.51º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D629C9 is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 41 201 -
CMYK 0 0.81 0.06 0.16
HSL 304.51º 0.68% 0.5% -
HSV(B) 304.51º 0.81% 0.84% -
XYZ 39.07 20.1 57.08 -
YUV 110.97 178.81 201.49 -
System Red Green Blue C M Y K H S L
Decimal 214 41 201 0 0.81 0.06 0.16 304.51 0.68 0.5
Hex D6 29 C9 0 51 6 10 131 44 32
Octal 326 51 311 0 121 6 20 461 104 62
Binary 11010110 101001 11001001 0 1010001 110 10000 100110001 1000100 110010

Color Harmonies of #D629C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D629C9

Black with #D629C9

Text Example


Text Example

White with #D629C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D629C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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