Html Css Color HEX #D629C5 Deep Magenta

📋 copy color: '#D629C5'

red 214 ◦ green 41 ◦ blue 197

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

Shades of Deep Magenta #D629C5

Tints of Deep Magenta #D629C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 43.58%

R = 47.35%
G = 9.07%
B = 43.58%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D629C5 (or 0xD629C5) is known color: Deep Magenta. HEX triplet: D6, 29 and C5. RGB value is (214,41,197). Sum of RGB (Red+Green+Blue) = 214+41+197=452 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.35% from 452); Green value is 41 (16.41% from 255 or 9.07% from 452); Blue value is 197 (77.34% from 255 or 43.58% from 452); Max value from RGB is 214 - color contains mainly: red. Hex color #D629C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D629C5 is #29D63A. Grayscale: #6E6E6E. Windows color (decimal): -2741819 or 12921302. OLE color: 12921302.

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

Color convert

RGB 214 41 197 -
CMYK 0 0.81 0.08 0.16
HSL 305.9º 0.68% 0.5% -
HSV(B) 305.9º 0.81% 0.84% -
XYZ 38.6 19.91 54.63 -
YUV 110.51 176.81 201.82 -
System Red Green Blue C M Y K H S L
Decimal 214 41 197 0 0.81 0.08 0.16 305.9 0.68 0.5
Hex D6 29 C5 0 51 8 10 132 44 32
Octal 326 51 305 0 121 10 20 462 104 62
Binary 11010110 101001 11000101 0 1010001 1000 10000 100110010 1000100 110010

Color Harmonies of #D629C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D629C5

Black with #D629C5

Text Example


Text Example

White with #D629C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D629C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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