Html Css Color HEX #D225C4 Deep Magenta

📋 copy color: '#D225C4'

red 210 ◦ green 37 ◦ blue 196

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

Shades of Deep Magenta #D225C4

Tints of Deep Magenta #D225C4

RGB

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

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

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

R = 47.4%
G = 8.35%
B = 44.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D225C4 (or 0xD225C4) is known color: Deep Magenta. HEX triplet: D2, 25 and C4. RGB value is (210,37,196). Sum of RGB (Red+Green+Blue) = 210+37+196=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 37 (14.84% from 255 or 8.35% from 443); Blue value is 196 (76.95% from 255 or 44.24% from 443); Max value from RGB is 210 - color contains mainly: red. Hex color #D225C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D225C4 is #2DDA3B. Grayscale: #6A6A6A. Windows color (decimal): -3004988 or 12854738. OLE color: 12854738.

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

Color convert

RGB 210 37 196 -
CMYK 0 0.82 0.07 0.18
HSL 304.86º 0.7% 0.48% -
HSV(B) 304.86º 0.82% 0.82% -
XYZ 37.2 19.01 53.93 -
YUV 106.85 178.31 201.57 -
System Red Green Blue C M Y K H S L
Decimal 210 37 196 0 0.82 0.07 0.18 304.86 0.7 0.48
Hex D2 25 C4 0 52 7 12 131 46 30
Octal 322 45 304 0 122 7 22 461 106 60
Binary 11010010 100101 11000100 0 1010010 111 10010 100110001 1000110 110000

Color Harmonies of #D225C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D225C4

Black with #D225C4

Text Example


Text Example

White with #D225C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D225C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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