Html Css Color HEX #D827CC Deep Magenta

📋 copy color: '#D827CC'

red 216 ◦ green 39 ◦ blue 204

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

Shades of Deep Magenta #D827CC

Tints of Deep Magenta #D827CC

RGB

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

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

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

R = 47.06%
G = 8.5%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D827CC (or 0xD827CC) is known color: Deep Magenta. HEX triplet: D8, 27 and CC. RGB value is (216,39,204). Sum of RGB (Red+Green+Blue) = 216+39+204=459 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.06% from 459); Green value is 39 (15.62% from 255 or 8.50% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 216 - color contains mainly: red. Hex color #D827CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D827CC is #27D833. Grayscale: #6E6E6E. Windows color (decimal): -2611252 or 13379544. OLE color: 13379544.

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

Color convert

RGB 216 39 204 -
CMYK 0 0.82 0.06 0.15
HSL 304.07º 0.69% 0.5% -
HSV(B) 304.07º 0.82% 0.85% -
XYZ 39.94 20.41 58.96 -
YUV 110.73 180.64 203.08 -
System Red Green Blue C M Y K H S L
Decimal 216 39 204 0 0.82 0.06 0.15 304.07 0.69 0.5
Hex D8 27 CC 0 52 6 F 130 45 32
Octal 330 47 314 0 122 6 17 460 105 62
Binary 11011000 100111 11001100 0 1010010 110 1111 100110000 1000101 110010

Color Harmonies of #D827CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D827CC

Black with #D827CC

Text Example


Text Example

White with #D827CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D827CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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