Html Css Color HEX #D228B6 Deep Magenta

📋 copy color: '#D228B6'

red 210 ◦ green 40 ◦ blue 182

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

Shades of Deep Magenta #D228B6

Tints of Deep Magenta #D228B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 42.13%

R = 48.61%
G = 9.26%
B = 42.13%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D228B6 (or 0xD228B6) is known color: Deep Magenta. HEX triplet: D2, 28 and B6. RGB value is (210,40,182). Sum of RGB (Red+Green+Blue) = 210+40+182=432 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.61% from 432); Green value is 40 (16.02% from 255 or 9.26% from 432); Blue value is 182 (71.48% from 255 or 42.13% from 432); Max value from RGB is 210 - color contains mainly: red. Hex color #D228B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D228B6 is #2DD749. Grayscale: #6A6A6A. Windows color (decimal): -3004234 or 11938002. OLE color: 11938002.

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

Color convert

RGB 210 40 182 -
CMYK 0 0.81 0.13 0.18
HSL 309.88º 0.68% 0.49% -
HSV(B) 309.88º 0.81% 0.82% -
XYZ 35.78 18.6 45.96 -
YUV 107.02 170.32 201.45 -
System Red Green Blue C M Y K H S L
Decimal 210 40 182 0 0.81 0.13 0.18 309.88 0.68 0.49
Hex D2 28 B6 0 51 D 12 136 44 31
Octal 322 50 266 0 121 15 22 466 104 61
Binary 11010010 101000 10110110 0 1010001 1101 10010 100110110 1000100 110001

Color Harmonies of #D228B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D228B6

Black with #D228B6

Text Example


Text Example

White with #D228B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D228B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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