Html Css Color HEX #D228D7 Deep Magenta

📋 copy color: '#D228D7'

red 210 ◦ green 40 ◦ blue 215

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

Shades of Deep Magenta #D228D7

Tints of Deep Magenta #D228D7

RGB

 RED value IS 210 (82.42% from 255) = 45.16%

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

 BLUE value IS 215 (84.38% from 255) = 46.24%

R = 45.16%
G = 8.6%
B = 46.24%

CMYK

 C value IS 0.02

 M value IS 0.81

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D228D7 (or 0xD228D7) is known color: Deep Magenta. HEX triplet: D2, 28 and D7. RGB value is (210,40,215). Sum of RGB (Red+Green+Blue) = 210+40+215=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 40 (16.02% from 255 or 8.60% from 465); Blue value is 215 (84.38% from 255 or 46.24% from 465); Max value from RGB is 215 - color contains mainly: blue. Hex color #D228D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D228D7 is #2DD728. Grayscale: #6E6E6E. Windows color (decimal): -3004201 or 14100690. OLE color: 14100690.

HSL color Cylindrical-coordinate representation of color #D228D7: hue angle of 298.29º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D228D7 is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 210 40 215 -
CMYK 0.02 0.81 0 0.16
HSL 298.29º 0.69% 0.5% -
HSV(B) 298.29º 0.81% 0.84% -
XYZ 39.6 20.13 66.09 -
YUV 110.78 186.82 198.77 -
System Red Green Blue C M Y K H S L
Decimal 210 40 215 0.02 0.81 0 0.16 298.29 0.69 0.5
Hex D2 28 D7 2 51 0 10 12A 45 32
Octal 322 50 327 2 121 0 20 452 105 62
Binary 11010010 101000 11010111 10 1010001 0 10000 100101010 1000101 110010

Color Harmonies of #D228D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D228D7

Black with #D228D7

Text Example


Text Example

White with #D228D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D228D7; }

 p { color: rgb(210,40,215); }

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

background-color css

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

 a { background-color: rgb(210,40,215); }

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

border-color css

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

 span { border-color: rgb(210,40,215); }

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