Html Css Color HEX #D027AF Medium Violet Red

📋 copy color: '#D027AF'

red 208 ◦ green 39 ◦ blue 175

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

Shades of Medium Violet Red #D027AF

Tints of Medium Violet Red #D027AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.47%

R = 49.29%
G = 9.24%
B = 41.47%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D027AF (or 0xD027AF) is known color: Medium Violet Red. HEX triplet: D0, 27 and AF. RGB value is (208,39,175). Sum of RGB (Red+Green+Blue) = 208+39+175=422 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.29% from 422); Green value is 39 (15.62% from 255 or 9.24% from 422); Blue value is 175 (68.75% from 255 or 41.47% from 422); Max value from RGB is 208 - color contains mainly: red. Hex color #D027AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D027AF is #2FD850. Grayscale: #686868. Windows color (decimal): -3135569 or 11478992. OLE color: 11478992.

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

Color convert

RGB 208 39 175 -
CMYK 0 0.81 0.16 0.18
HSL 311.72º 0.68% 0.48% -
HSV(B) 311.72º 0.81% 0.82% -
XYZ 34.48 17.96 42.21 -
YUV 105.04 167.49 201.44 -
System Red Green Blue C M Y K H S L
Decimal 208 39 175 0 0.81 0.16 0.18 311.72 0.68 0.48
Hex D0 27 AF 0 51 10 12 138 44 30
Octal 320 47 257 0 121 20 22 470 104 60
Binary 11010000 100111 10101111 0 1010001 10000 10010 100111000 1000100 110000

Color Harmonies of #D027AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D027AF

Black with #D027AF

Text Example


Text Example

White with #D027AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D027AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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