Html Css Color HEX #D225CD Deep Magenta

📋 copy color: '#D225CD'

red 210 ◦ green 37 ◦ blue 205

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

Shades of Deep Magenta #D225CD

Tints of Deep Magenta #D225CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.35%

R = 46.46%
G = 8.19%
B = 45.35%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D225CD (or 0xD225CD) is known color: Deep Magenta. HEX triplet: D2, 25 and CD. RGB value is (210,37,205). Sum of RGB (Red+Green+Blue) = 210+37+205=452 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.46% from 452); Green value is 37 (14.84% from 255 or 8.19% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 210 - color contains mainly: red. Hex color #D225CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D225CD is #2DDA32. Grayscale: #6B6B6B. Windows color (decimal): -3004979 or 13444562. OLE color: 13444562.

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

Color convert

RGB 210 37 205 -
CMYK 0 0.82 0.02 0.18
HSL 301.73º 0.7% 0.48% -
HSV(B) 301.73º 0.82% 0.82% -
XYZ 38.26 19.43 59.49 -
YUV 107.88 182.81 200.84 -
System Red Green Blue C M Y K H S L
Decimal 210 37 205 0 0.82 0.02 0.18 301.73 0.7 0.48
Hex D2 25 CD 0 52 2 12 12E 46 30
Octal 322 45 315 0 122 2 22 456 106 60
Binary 11010010 100101 11001101 0 1010010 10 10010 100101110 1000110 110000

Color Harmonies of #D225CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D225CD

Black with #D225CD

Text Example


Text Example

White with #D225CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D225CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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