Html Css Color HEX #D027AB Medium Violet Red

📋 copy color: '#D027AB'

red 208 ◦ green 39 ◦ blue 171

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

Shades of Medium Violet Red #D027AB

Tints of Medium Violet Red #D027AB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.33%

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

R = 49.76%
G = 9.33%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D027AB (or 0xD027AB) is known color: Medium Violet Red. HEX triplet: D0, 27 and AB. RGB value is (208,39,171). Sum of RGB (Red+Green+Blue) = 208+39+171=418 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.76% from 418); Green value is 39 (15.62% from 255 or 9.33% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 208 - color contains mainly: red. Hex color #D027AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D027AB is #2FD854. Grayscale: #686868. Windows color (decimal): -3135573 or 11216848. OLE color: 11216848.

HSL color Cylindrical-coordinate representation of color #D027AB: hue angle of 313.14º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D027AB is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 39 171 -
CMYK 0 0.81 0.18 0.18
HSL 313.14º 0.68% 0.48% -
HSV(B) 313.14º 0.81% 0.82% -
XYZ 34.09 17.8 40.17 -
YUV 104.58 165.49 201.77 -
System Red Green Blue C M Y K H S L
Decimal 208 39 171 0 0.81 0.18 0.18 313.14 0.68 0.48
Hex D0 27 AB 0 51 12 12 139 44 30
Octal 320 47 253 0 121 22 22 471 104 60
Binary 11010000 100111 10101011 0 1010001 10010 10010 100111001 1000100 110000

Color Harmonies of #D027AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D027AB

Black with #D027AB

Text Example


Text Example

White with #D027AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D027AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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