Html Css Color HEX #D627CC Deep Magenta

📋 copy color: '#D627CC'

red 214 ◦ green 39 ◦ blue 204

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

Shades of Deep Magenta #D627CC

Tints of Deep Magenta #D627CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.64%

R = 46.83%
G = 8.53%
B = 44.64%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D627CC (or 0xD627CC) is known color: Deep Magenta. HEX triplet: D6, 27 and CC. RGB value is (214,39,204). Sum of RGB (Red+Green+Blue) = 214+39+204=457 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.83% from 457); Green value is 39 (15.62% from 255 or 8.53% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 214 - color contains mainly: red. Hex color #D627CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D627CC is #29D833. Grayscale: #6D6D6D. Windows color (decimal): -2742324 or 13379542. OLE color: 13379542.

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

Color convert

RGB 214 39 204 -
CMYK 0 0.82 0.05 0.16
HSL 303.43º 0.69% 0.5% -
HSV(B) 303.43º 0.82% 0.84% -
XYZ 39.36 20.11 58.93 -
YUV 110.14 180.98 202.08 -
System Red Green Blue C M Y K H S L
Decimal 214 39 204 0 0.82 0.05 0.16 303.43 0.69 0.5
Hex D6 27 CC 0 52 5 10 12F 45 32
Octal 326 47 314 0 122 5 20 457 105 62
Binary 11010110 100111 11001100 0 1010010 101 10000 100101111 1000101 110010

Color Harmonies of #D627CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D627CC

Black with #D627CC

Text Example


Text Example

White with #D627CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D627CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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