Html Css Color HEX #D027AA Medium Violet Red

📋 copy color: '#D027AA'

red 208 ◦ green 39 ◦ blue 170

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

Shades of Medium Violet Red #D027AA

Tints of Medium Violet Red #D027AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.77%

R = 49.88%
G = 9.35%
B = 40.77%

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

#D027AA (or 0xD027AA) is known color: Medium Violet Red. HEX triplet: D0, 27 and AA. RGB value is (208,39,170). Sum of RGB (Red+Green+Blue) = 208+39+170=417 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.88% from 417); Green value is 39 (15.62% from 255 or 9.35% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 208 - color contains mainly: red. Hex color #D027AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D027AA is #2FD855. Grayscale: #686868. Windows color (decimal): -3135574 or 11151312. OLE color: 11151312.

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

Color convert

RGB 208 39 170 -
CMYK 0 0.81 0.18 0.18
HSL 313.49º 0.68% 0.48% -
HSV(B) 313.49º 0.81% 0.82% -
XYZ 33.99 17.76 39.67 -
YUV 104.47 164.99 201.85 -
System Red Green Blue C M Y K H S L
Decimal 208 39 170 0 0.81 0.18 0.18 313.49 0.68 0.48
Hex D0 27 AA 0 51 12 12 139 44 30
Octal 320 47 252 0 121 22 22 471 104 60
Binary 11010000 100111 10101010 0 1010001 10010 10010 100111001 1000100 110000

Color Harmonies of #D027AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D027AA

Black with #D027AA

Text Example


Text Example

White with #D027AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D027AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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