Html Css Color HEX #D025AB Medium Violet Red

📋 copy color: '#D025AB'

red 208 ◦ green 37 ◦ blue 171

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

Shades of Medium Violet Red #D025AB

Tints of Medium Violet Red #D025AB

RGB

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

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

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

R = 50%
G = 8.89%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D025AB (or 0xD025AB) is known color: Medium Violet Red. HEX triplet: D0, 25 and AB. RGB value is (208,37,171). Sum of RGB (Red+Green+Blue) = 208+37+171=416 (55% of max value = 765). Red value is 208 (81.64% from 255 or 50% from 416); Green value is 37 (14.84% from 255 or 8.89% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 208 - color contains mainly: red. Hex color #D025AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D025AB is #2FDA54. Grayscale: #676767. Windows color (decimal): -3136085 or 11216336. OLE color: 11216336.

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

Color convert

RGB 208 37 171 -
CMYK 0 0.82 0.18 0.18
HSL 312.98º 0.7% 0.48% -
HSV(B) 312.98º 0.82% 0.82% -
XYZ 34.02 17.67 40.15 -
YUV 103.41 166.15 202.6 -
System Red Green Blue C M Y K H S L
Decimal 208 37 171 0 0.82 0.18 0.18 312.98 0.7 0.48
Hex D0 25 AB 0 52 12 12 139 46 30
Octal 320 45 253 0 122 22 22 471 106 60
Binary 11010000 100101 10101011 0 1010010 10010 10010 100111001 1000110 110000

Color Harmonies of #D025AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D025AB

Black with #D025AB

Text Example


Text Example

White with #D025AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D025AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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