Html Css Color HEX #D629CA Deep Magenta

📋 copy color: '#D629CA'

red 214 ◦ green 41 ◦ blue 202

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

Shades of Deep Magenta #D629CA

Tints of Deep Magenta #D629CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.2%

R = 46.83%
G = 8.97%
B = 44.2%

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

#D629CA (or 0xD629CA) is known color: Deep Magenta. HEX triplet: D6, 29 and CA. RGB value is (214,41,202). Sum of RGB (Red+Green+Blue) = 214+41+202=457 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.83% from 457); Green value is 41 (16.41% from 255 or 8.97% from 457); Blue value is 202 (79.30% from 255 or 44.20% from 457); Max value from RGB is 214 - color contains mainly: red. Hex color #D629CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D629CA is #29D635. Grayscale: #6E6E6E. Windows color (decimal): -2741814 or 13248982. OLE color: 13248982.

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

Color convert

RGB 214 41 202 -
CMYK 0 0.81 0.06 0.16
HSL 304.16º 0.68% 0.5% -
HSV(B) 304.16º 0.81% 0.84% -
XYZ 39.19 20.15 57.7 -
YUV 111.08 179.31 201.41 -
System Red Green Blue C M Y K H S L
Decimal 214 41 202 0 0.81 0.06 0.16 304.16 0.68 0.5
Hex D6 29 CA 0 51 6 10 130 44 32
Octal 326 51 312 0 121 6 20 460 104 62
Binary 11010110 101001 11001010 0 1010001 110 10000 100110000 1000100 110010

Color Harmonies of #D629CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D629CA

Black with #D629CA

Text Example


Text Example

White with #D629CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D629CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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