Html Css Color HEX #D626CD Deep Magenta

📋 copy color: '#D626CD'

red 214 ◦ green 38 ◦ blue 205

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

Shades of Deep Magenta #D626CD

Tints of Deep Magenta #D626CD

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.32%

 BLUE value IS 205 (80.47% from 255) = 44.86%

R = 46.83%
G = 8.32%
B = 44.86%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D626CD (or 0xD626CD) is known color: Deep Magenta. HEX triplet: D6, 26 and CD. RGB value is (214,38,205). Sum of RGB (Red+Green+Blue) = 214+38+205=457 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.83% from 457); Green value is 38 (15.23% from 255 or 8.32% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 214 - color contains mainly: red. Hex color #D626CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D626CD is #29D932. Grayscale: #6D6D6D. Windows color (decimal): -2742579 or 13444822. OLE color: 13444822.

HSL color Cylindrical-coordinate representation of color #D626CD: hue angle of 303.07º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D626CD is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 38 205 -
CMYK 0 0.82 0.04 0.16
HSL 303.07º 0.7% 0.49% -
HSV(B) 303.07º 0.82% 0.84% -
XYZ 39.44 20.09 59.56 -
YUV 109.66 181.81 202.42 -
System Red Green Blue C M Y K H S L
Decimal 214 38 205 0 0.82 0.04 0.16 303.07 0.7 0.49
Hex D6 26 CD 0 52 4 10 12F 46 31
Octal 326 46 315 0 122 4 20 457 106 61
Binary 11010110 100110 11001101 0 1010010 100 10000 100101111 1000110 110001

Color Harmonies of #D626CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D626CD

Black with #D626CD

Text Example


Text Example

White with #D626CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D626CD; }

 p { color: rgb(214,38,205); }

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

background-color css

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

 a { background-color: rgb(214,38,205); }

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

border-color css

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

 span { border-color: rgb(214,38,205); }

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