Html Css Color HEX #D228CD Deep Magenta

📋 copy color: '#D228CD'

red 210 ◦ green 40 ◦ blue 205

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

Shades of Deep Magenta #D228CD

Tints of Deep Magenta #D228CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.05%

R = 46.15%
G = 8.79%
B = 45.05%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D228CD (or 0xD228CD) is known color: Deep Magenta. HEX triplet: D2, 28 and CD. RGB value is (210,40,205). Sum of RGB (Red+Green+Blue) = 210+40+205=455 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.15% from 455); Green value is 40 (16.02% from 255 or 8.79% from 455); Blue value is 205 (80.47% from 255 or 45.05% from 455); Max value from RGB is 210 - color contains mainly: red. Hex color #D228CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D228CD is #2DD732. Grayscale: #6D6D6D. Windows color (decimal): -3004211 or 13445330. OLE color: 13445330.

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

Color convert

RGB 210 40 205 -
CMYK 0 0.81 0.02 0.18
HSL 301.76º 0.68% 0.49% -
HSV(B) 301.76º 0.81% 0.82% -
XYZ 38.36 19.63 59.52 -
YUV 109.64 181.82 199.58 -
System Red Green Blue C M Y K H S L
Decimal 210 40 205 0 0.81 0.02 0.18 301.76 0.68 0.49
Hex D2 28 CD 0 51 2 12 12E 44 31
Octal 322 50 315 0 121 2 22 456 104 61
Binary 11010010 101000 11001101 0 1010001 10 10010 100101110 1000100 110001

Color Harmonies of #D228CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D228CD

Black with #D228CD

Text Example


Text Example

White with #D228CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D228CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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