Html Css Color HEX #D228C4 Deep Magenta

📋 copy color: '#D228C4'

red 210 ◦ green 40 ◦ blue 196

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

Shades of Deep Magenta #D228C4

Tints of Deep Magenta #D228C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 43.95%

R = 47.09%
G = 8.97%
B = 43.95%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D228C4 (or 0xD228C4) is known color: Deep Magenta. HEX triplet: D2, 28 and C4. RGB value is (210,40,196). Sum of RGB (Red+Green+Blue) = 210+40+196=446 (59% of max value = 765). Red value is 210 (82.42% from 255 or 47.09% from 446); Green value is 40 (16.02% from 255 or 8.97% from 446); Blue value is 196 (76.95% from 255 or 43.95% from 446); Max value from RGB is 210 - color contains mainly: red. Hex color #D228C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D228C4 is #2DD73B. Grayscale: #6C6C6C. Windows color (decimal): -3004220 or 12855506. OLE color: 12855506.

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

Color convert

RGB 210 40 196 -
CMYK 0 0.81 0.07 0.18
HSL 304.94º 0.68% 0.49% -
HSV(B) 304.94º 0.81% 0.82% -
XYZ 37.3 19.2 53.97 -
YUV 108.61 177.32 200.32 -
System Red Green Blue C M Y K H S L
Decimal 210 40 196 0 0.81 0.07 0.18 304.94 0.68 0.49
Hex D2 28 C4 0 51 7 12 131 44 31
Octal 322 50 304 0 121 7 22 461 104 61
Binary 11010010 101000 11000100 0 1010001 111 10010 100110001 1000100 110001

Color Harmonies of #D228C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D228C4

Black with #D228C4

Text Example


Text Example

White with #D228C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D228C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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