Html Css Color HEX #D225CC Deep Magenta

📋 copy color: '#D225CC'

red 210 ◦ green 37 ◦ blue 204

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

Shades of Deep Magenta #D225CC

Tints of Deep Magenta #D225CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.23%

R = 46.56%
G = 8.2%
B = 45.23%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D225CC (or 0xD225CC) is known color: Deep Magenta. HEX triplet: D2, 25 and CC. RGB value is (210,37,204). Sum of RGB (Red+Green+Blue) = 210+37+204=451 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.56% from 451); Green value is 37 (14.84% from 255 or 8.20% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 210 - color contains mainly: red. Hex color #D225CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D225CC is #2DDA33. Grayscale: #6B6B6B. Windows color (decimal): -3004980 or 13379026. OLE color: 13379026.

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

Color convert

RGB 210 37 204 -
CMYK 0 0.82 0.03 0.18
HSL 302.08º 0.7% 0.48% -
HSV(B) 302.08º 0.82% 0.82% -
XYZ 38.14 19.38 58.86 -
YUV 107.77 182.31 200.92 -
System Red Green Blue C M Y K H S L
Decimal 210 37 204 0 0.82 0.03 0.18 302.08 0.7 0.48
Hex D2 25 CC 0 52 3 12 12E 46 30
Octal 322 45 314 0 122 3 22 456 106 60
Binary 11010010 100101 11001100 0 1010010 11 10010 100101110 1000110 110000

Color Harmonies of #D225CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D225CC

Black with #D225CC

Text Example


Text Example

White with #D225CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D225CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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