Html Css Color HEX #D627C1 Deep Magenta

📋 copy color: '#D627C1'

red 214 ◦ green 39 ◦ blue 193

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

Shades of Deep Magenta #D627C1

Tints of Deep Magenta #D627C1

RGB

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

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

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

R = 47.98%
G = 8.74%
B = 43.27%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D627C1 (or 0xD627C1) is known color: Deep Magenta. HEX triplet: D6, 27 and C1. RGB value is (214,39,193). Sum of RGB (Red+Green+Blue) = 214+39+193=446 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.98% from 446); Green value is 39 (15.62% from 255 or 8.74% from 446); Blue value is 193 (75.78% from 255 or 43.27% from 446); Max value from RGB is 214 - color contains mainly: red. Hex color #D627C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D627C1 is #29D83E. Grayscale: #6C6C6C. Windows color (decimal): -2742335 or 12658646. OLE color: 12658646.

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

Color convert

RGB 214 39 193 -
CMYK 0 0.82 0.10 0.16
HSL 307.2º 0.69% 0.5% -
HSV(B) 307.2º 0.82% 0.84% -
XYZ 38.08 19.6 52.23 -
YUV 108.88 175.48 202.98 -
System Red Green Blue C M Y K H S L
Decimal 214 39 193 0 0.82 0.10 0.16 307.2 0.69 0.5
Hex D6 27 C1 0 52 A 10 133 45 32
Octal 326 47 301 0 122 12 20 463 105 62
Binary 11010110 100111 11000001 0 1010010 1010 10000 100110011 1000101 110010

Color Harmonies of #D627C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D627C1

Black with #D627C1

Text Example


Text Example

White with #D627C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D627C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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