Html Css Color HEX #D225AB Medium Violet Red

📋 copy color: '#D225AB'

red 210 ◦ green 37 ◦ blue 171

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

Shades of Medium Violet Red #D225AB

Tints of Medium Violet Red #D225AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.91%

R = 50.24%
G = 8.85%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D225AB (or 0xD225AB) is known color: Medium Violet Red. HEX triplet: D2, 25 and AB. RGB value is (210,37,171). Sum of RGB (Red+Green+Blue) = 210+37+171=418 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.24% from 418); Green value is 37 (14.84% from 255 or 8.85% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 210 - color contains mainly: red. Hex color #D225AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D225AB is #2DDA54. Grayscale: #676767. Windows color (decimal): -3005013 or 11216338. OLE color: 11216338.

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

Color convert

RGB 210 37 171 -
CMYK 0 0.82 0.19 0.18
HSL 313.53º 0.7% 0.48% -
HSV(B) 313.53º 0.82% 0.82% -
XYZ 34.59 17.97 40.17 -
YUV 104 165.81 203.6 -
System Red Green Blue C M Y K H S L
Decimal 210 37 171 0 0.82 0.19 0.18 313.53 0.7 0.48
Hex D2 25 AB 0 52 13 12 13A 46 30
Octal 322 45 253 0 122 23 22 472 106 60
Binary 11010010 100101 10101011 0 1010010 10011 10010 100111010 1000110 110000

Color Harmonies of #D225AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D225AB

Black with #D225AB

Text Example


Text Example

White with #D225AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D225AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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