Html Css Color HEX #D627CD Deep Magenta

📋 copy color: '#D627CD'

red 214 ◦ green 39 ◦ blue 205

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

Shades of Deep Magenta #D627CD

Tints of Deep Magenta #D627CD

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.52%

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

R = 46.72%
G = 8.52%
B = 44.76%

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

#D627CD (or 0xD627CD) is known color: Deep Magenta. HEX triplet: D6, 27 and CD. RGB value is (214,39,205). Sum of RGB (Red+Green+Blue) = 214+39+205=458 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.72% from 458); Green value is 39 (15.62% from 255 or 8.52% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 214 - color contains mainly: red. Hex color #D627CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D627CD is #29D832. Grayscale: #6D6D6D. Windows color (decimal): -2742323 or 13445078. OLE color: 13445078.

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

Color convert

RGB 214 39 205 -
CMYK 0 0.82 0.04 0.16
HSL 303.09º 0.69% 0.5% -
HSV(B) 303.09º 0.82% 0.84% -
XYZ 39.48 20.15 59.57 -
YUV 110.25 181.48 202 -
System Red Green Blue C M Y K H S L
Decimal 214 39 205 0 0.82 0.04 0.16 303.09 0.69 0.5
Hex D6 27 CD 0 52 4 10 12F 45 32
Octal 326 47 315 0 122 4 20 457 105 62
Binary 11010110 100111 11001101 0 1010010 100 10000 100101111 1000101 110010

Color Harmonies of #D627CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D627CD

Black with #D627CD

Text Example


Text Example

White with #D627CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D627CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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