Html Css Color HEX #D228C8 Deep Magenta

📋 copy color: '#D228C8'

red 210 ◦ green 40 ◦ blue 200

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

Shades of Deep Magenta #D228C8

Tints of Deep Magenta #D228C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 44.44%

R = 46.67%
G = 8.89%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D228C8 (or 0xD228C8) is known color: Deep Magenta. HEX triplet: D2, 28 and C8. RGB value is (210,40,200). Sum of RGB (Red+Green+Blue) = 210+40+200=450 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.67% from 450); Green value is 40 (16.02% from 255 or 8.89% from 450); Blue value is 200 (78.52% from 255 or 44.44% from 450); Max value from RGB is 210 - color contains mainly: red. Hex color #D228C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D228C8 is #2DD737. Grayscale: #6C6C6C. Windows color (decimal): -3004216 or 13117650. OLE color: 13117650.

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

Color convert

RGB 210 40 200 -
CMYK 0 0.81 0.05 0.18
HSL 303.53º 0.68% 0.49% -
HSV(B) 303.53º 0.81% 0.82% -
XYZ 37.76 19.39 56.4 -
YUV 109.07 179.32 199.99 -
System Red Green Blue C M Y K H S L
Decimal 210 40 200 0 0.81 0.05 0.18 303.53 0.68 0.49
Hex D2 28 C8 0 51 5 12 130 44 31
Octal 322 50 310 0 121 5 22 460 104 61
Binary 11010010 101000 11001000 0 1010001 101 10010 100110000 1000100 110001

Color Harmonies of #D228C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D228C8

Black with #D228C8

Text Example


Text Example

White with #D228C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D228C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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