Html Css Color HEX #D228C9 Deep Magenta

📋 copy color: '#D228C9'

red 210 ◦ green 40 ◦ blue 201

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

Shades of Deep Magenta #D228C9

Tints of Deep Magenta #D228C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 44.57%

R = 46.56%
G = 8.87%
B = 44.57%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D228C9 (or 0xD228C9) is known color: Deep Magenta. HEX triplet: D2, 28 and C9. RGB value is (210,40,201). Sum of RGB (Red+Green+Blue) = 210+40+201=451 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.56% from 451); Green value is 40 (16.02% from 255 or 8.87% from 451); Blue value is 201 (78.91% from 255 or 44.57% from 451); Max value from RGB is 210 - color contains mainly: red. Hex color #D228C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D228C9 is #2DD736. Grayscale: #6C6C6C. Windows color (decimal): -3004215 or 13183186. OLE color: 13183186.

HSL color Cylindrical-coordinate representation of color #D228C9: hue angle of 303.18º 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 #D228C9 is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 40 201 -
CMYK 0 0.81 0.04 0.18
HSL 303.18º 0.68% 0.49% -
HSV(B) 303.18º 0.81% 0.82% -
XYZ 37.88 19.44 57.01 -
YUV 109.18 179.82 199.91 -
System Red Green Blue C M Y K H S L
Decimal 210 40 201 0 0.81 0.04 0.18 303.18 0.68 0.49
Hex D2 28 C9 0 51 4 12 12F 44 31
Octal 322 50 311 0 121 4 22 457 104 61
Binary 11010010 101000 11001001 0 1010001 100 10010 100101111 1000100 110001

Color Harmonies of #D228C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D228C9

Black with #D228C9

Text Example


Text Example

White with #D228C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D228C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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