Html Css Color HEX #D629C1 Deep Magenta

📋 copy color: '#D629C1'

red 214 ◦ green 41 ◦ blue 193

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

Shades of Deep Magenta #D629C1

Tints of Deep Magenta #D629C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 43.08%

R = 47.77%
G = 9.15%
B = 43.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D629C1 (or 0xD629C1) is known color: Deep Magenta. HEX triplet: D6, 29 and C1. RGB value is (214,41,193). Sum of RGB (Red+Green+Blue) = 214+41+193=448 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.77% from 448); Green value is 41 (16.41% from 255 or 9.15% from 448); Blue value is 193 (75.78% from 255 or 43.08% from 448); Max value from RGB is 214 - color contains mainly: red. Hex color #D629C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D629C1 is #29D63E. Grayscale: #6D6D6D. Windows color (decimal): -2741823 or 12659158. OLE color: 12659158.

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

Color convert

RGB 214 41 193 -
CMYK 0 0.81 0.10 0.16
HSL 307.28º 0.68% 0.5% -
HSV(B) 307.28º 0.81% 0.84% -
XYZ 38.15 19.73 52.25 -
YUV 110.06 174.81 202.14 -
System Red Green Blue C M Y K H S L
Decimal 214 41 193 0 0.81 0.10 0.16 307.28 0.68 0.5
Hex D6 29 C1 0 51 A 10 133 44 32
Octal 326 51 301 0 121 12 20 463 104 62
Binary 11010110 101001 11000001 0 1010001 1010 10000 100110011 1000100 110010

Color Harmonies of #D629C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D629C1

Black with #D629C1

Text Example


Text Example

White with #D629C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D629C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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