Html Css Color HEX #D025A2 Medium Violet Red

📋 copy color: '#D025A2'

red 208 ◦ green 37 ◦ blue 162

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

Shades of Medium Violet Red #D025A2

Tints of Medium Violet Red #D025A2

RGB

 RED value IS 208 (81.64% from 255) = 51.11%

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

 BLUE value IS 162 (63.67% from 255) = 39.8%

R = 51.11%
G = 9.09%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.22

 K value IS 0.18

RGB Variations

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

Color information

#D025A2 (or 0xD025A2) is known color: Medium Violet Red. HEX triplet: D0, 25 and A2. RGB value is (208,37,162). Sum of RGB (Red+Green+Blue) = 208+37+162=407 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.11% from 407); Green value is 37 (14.84% from 255 or 9.09% from 407); Blue value is 162 (63.67% from 255 or 39.80% from 407); Max value from RGB is 208 - color contains mainly: red. Hex color #D025A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D025A2 is #2FDA5D. Grayscale: #666666. Windows color (decimal): -3136094 or 10626512. OLE color: 10626512.

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

Color convert

RGB 208 37 162 -
CMYK 0 0.82 0.22 0.18
HSL 316.14º 0.7% 0.48% -
HSV(B) 316.14º 0.82% 0.82% -
XYZ 33.2 17.34 35.78 -
YUV 102.38 161.65 203.34 -
System Red Green Blue C M Y K H S L
Decimal 208 37 162 0 0.82 0.22 0.18 316.14 0.7 0.48
Hex D0 25 A2 0 52 16 12 13C 46 30
Octal 320 45 242 0 122 26 22 474 106 60
Binary 11010000 100101 10100010 0 1010010 10110 10010 100111100 1000110 110000

Color Harmonies of #D025A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D025A2

Black with #D025A2

Text Example


Text Example

White with #D025A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D025A2; }

 p { color: rgb(208,37,162); }

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

background-color css

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

 a { background-color: rgb(208,37,162); }

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

border-color css

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

 span { border-color: rgb(208,37,162); }

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