Html Css Color HEX #D025A3 Medium Violet Red

📋 copy color: '#D025A3'

red 208 ◦ green 37 ◦ blue 163

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

Shades of Medium Violet Red #D025A3

Tints of Medium Violet Red #D025A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 39.95%

R = 50.98%
G = 9.07%
B = 39.95%

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

#D025A3 (or 0xD025A3) is known color: Medium Violet Red. HEX triplet: D0, 25 and A3. RGB value is (208,37,163). Sum of RGB (Red+Green+Blue) = 208+37+163=408 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.98% from 408); Green value is 37 (14.84% from 255 or 9.07% from 408); Blue value is 163 (64.06% from 255 or 39.95% from 408); Max value from RGB is 208 - color contains mainly: red. Hex color #D025A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D025A3 is #2FDA5C. Grayscale: #666666. Windows color (decimal): -3136093 or 10692048. OLE color: 10692048.

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

Color convert

RGB 208 37 163 -
CMYK 0 0.82 0.22 0.18
HSL 315.79º 0.7% 0.48% -
HSV(B) 315.79º 0.82% 0.82% -
XYZ 33.28 17.38 36.25 -
YUV 102.49 162.15 203.25 -
System Red Green Blue C M Y K H S L
Decimal 208 37 163 0 0.82 0.22 0.18 315.79 0.7 0.48
Hex D0 25 A3 0 52 16 12 13C 46 30
Octal 320 45 243 0 122 26 22 474 106 60
Binary 11010000 100101 10100011 0 1010010 10110 10010 100111100 1000110 110000

Color Harmonies of #D025A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D025A3

Black with #D025A3

Text Example


Text Example

White with #D025A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D025A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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