Html Css Color HEX #D225B7 Deep Magenta

📋 copy color: '#D225B7'

red 210 ◦ green 37 ◦ blue 183

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

Shades of Deep Magenta #D225B7

Tints of Deep Magenta #D225B7

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.6%

 BLUE value IS 183 (71.88% from 255) = 42.56%

R = 48.84%
G = 8.6%
B = 42.56%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D225B7 (or 0xD225B7) is known color: Deep Magenta. HEX triplet: D2, 25 and B7. RGB value is (210,37,183). Sum of RGB (Red+Green+Blue) = 210+37+183=430 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.84% from 430); Green value is 37 (14.84% from 255 or 8.60% from 430); Blue value is 183 (71.88% from 255 or 42.56% from 430); Max value from RGB is 210 - color contains mainly: red. Hex color #D225B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D225B7 is #2DDA48. Grayscale: #686868. Windows color (decimal): -3005001 or 12002770. OLE color: 12002770.

HSL color Cylindrical-coordinate representation of color #D225B7: hue angle of 309.36º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D225B7 is Cyan = 0, Magento = 0.82, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 37 183 -
CMYK 0 0.82 0.13 0.18
HSL 309.36º 0.7% 0.48% -
HSV(B) 309.36º 0.82% 0.82% -
XYZ 35.79 18.44 46.47 -
YUV 105.37 171.81 202.63 -
System Red Green Blue C M Y K H S L
Decimal 210 37 183 0 0.82 0.13 0.18 309.36 0.7 0.48
Hex D2 25 B7 0 52 D 12 135 46 30
Octal 322 45 267 0 122 15 22 465 106 60
Binary 11010010 100101 10110111 0 1010010 1101 10010 100110101 1000110 110000

Color Harmonies of #D225B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D225B7

Black with #D225B7

Text Example


Text Example

White with #D225B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D225B7; }

 p { color: rgb(210,37,183); }

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

background-color css

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

 a { background-color: rgb(210,37,183); }

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

border-color css

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

 span { border-color: rgb(210,37,183); }

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