Html Css Color HEX #D428CC Deep Magenta

📋 copy color: '#D428CC'

red 212 ◦ green 40 ◦ blue 204

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

Shades of Deep Magenta #D428CC

Tints of Deep Magenta #D428CC

RGB

 RED value IS 212 (83.2% from 255) = 46.49%

 GREEN value IS 40 (16.02% from 255) = 8.77%

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

R = 46.49%
G = 8.77%
B = 44.74%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D428CC (or 0xD428CC) is known color: Deep Magenta. HEX triplet: D4, 28 and CC. RGB value is (212,40,204). Sum of RGB (Red+Green+Blue) = 212+40+204=456 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.49% from 456); Green value is 40 (16.02% from 255 or 8.77% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 212 - color contains mainly: red. Hex color #D428CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D428CC is #2BD733. Grayscale: #6D6D6D. Windows color (decimal): -2873140 or 13379796. OLE color: 13379796.

HSL color Cylindrical-coordinate representation of color #D428CC: hue angle of 302.79º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D428CC is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 40 204 -
CMYK 0 0.81 0.04 0.17
HSL 302.79º 0.68% 0.49% -
HSV(B) 302.79º 0.81% 0.83% -
XYZ 38.81 19.87 58.92 -
YUV 110.12 180.98 200.66 -
System Red Green Blue C M Y K H S L
Decimal 212 40 204 0 0.81 0.04 0.17 302.79 0.68 0.49
Hex D4 28 CC 0 51 4 11 12F 44 31
Octal 324 50 314 0 121 4 21 457 104 61
Binary 11010100 101000 11001100 0 1010001 100 10001 100101111 1000100 110001

Color Harmonies of #D428CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D428CC

Black with #D428CC

Text Example


Text Example

White with #D428CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D428CC; }

 p { color: rgb(212,40,204); }

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

background-color css

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

 a { background-color: rgb(212,40,204); }

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

border-color css

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

 span { border-color: rgb(212,40,204); }

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