Html Css Color HEX #D827C2 Deep Magenta

📋 copy color: '#D827C2'

red 216 ◦ green 39 ◦ blue 194

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

Shades of Deep Magenta #D827C2

Tints of Deep Magenta #D827C2

RGB

 RED value IS 216 (84.77% from 255) = 48.11%

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

 BLUE value IS 194 (76.17% from 255) = 43.21%

R = 48.11%
G = 8.69%
B = 43.21%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#D827C2 (or 0xD827C2) is known color: Deep Magenta. HEX triplet: D8, 27 and C2. RGB value is (216,39,194). Sum of RGB (Red+Green+Blue) = 216+39+194=449 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.11% from 449); Green value is 39 (15.62% from 255 or 8.69% from 449); Blue value is 194 (76.17% from 255 or 43.21% from 449); Max value from RGB is 216 - color contains mainly: red. Hex color #D827C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D827C2 is #27D83D. Grayscale: #6D6D6D. Windows color (decimal): -2611262 or 12724184. OLE color: 12724184.

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

Color convert

RGB 216 39 194 -
CMYK 0 0.82 0.10 0.15
HSL 307.46º 0.69% 0.5% -
HSV(B) 307.46º 0.82% 0.85% -
XYZ 38.78 19.95 52.84 -
YUV 109.59 175.64 203.9 -
System Red Green Blue C M Y K H S L
Decimal 216 39 194 0 0.82 0.10 0.15 307.46 0.69 0.5
Hex D8 27 C2 0 52 A F 133 45 32
Octal 330 47 302 0 122 12 17 463 105 62
Binary 11011000 100111 11000010 0 1010010 1010 1111 100110011 1000101 110010

Color Harmonies of #D827C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D827C2

Black with #D827C2

Text Example


Text Example

White with #D827C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D827C2; }

 p { color: rgb(216,39,194); }

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

background-color css

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

 a { background-color: rgb(216,39,194); }

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

border-color css

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

 span { border-color: rgb(216,39,194); }

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