Html Css Color HEX #D01487 Medium Violet Red

📋 copy color: '#D01487'

red 208 ◦ green 20 ◦ blue 135

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

Shades of Medium Violet Red #D01487

Tints of Medium Violet Red #D01487

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.51%

 BLUE value IS 135 (53.13% from 255) = 37.19%

R = 57.3%
G = 5.51%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D01487 (or 0xD01487) is known color: Medium Violet Red. HEX triplet: D0, 14 and 87. RGB value is (208,20,135). Sum of RGB (Red+Green+Blue) = 208+20+135=363 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.30% from 363); Green value is 20 (8.20% from 255 or 5.51% from 363); Blue value is 135 (53.12% from 255 or 37.19% from 363); Max value from RGB is 208 - color contains mainly: red. Hex color #D01487 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D01487 is #2FEB78. Grayscale: #595959. Windows color (decimal): -3140473 or 8852688. OLE color: 8852688.

HSL color Cylindrical-coordinate representation of color #D01487: hue angle of 323.3º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D01487 is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 20 135 -
CMYK 0 0.90 0.35 0.18
HSL 323.3º 0.82% 0.45% -
HSV(B) 323.3º 0.9% 0.82% -
XYZ 30.64 15.66 24.33 -
YUV 89.32 153.78 212.65 -
System Red Green Blue C M Y K H S L
Decimal 208 20 135 0 0.90 0.35 0.18 323.3 0.82 0.45
Hex D0 14 87 0 5A 23 12 143 52 2D
Octal 320 24 207 0 132 43 22 503 122 55
Binary 11010000 10100 10000111 0 1011010 100011 10010 101000011 1010010 101101

Color Harmonies of #D01487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01487

Black with #D01487

Text Example


Text Example

White with #D01487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01487; }

 p { color: rgb(208,20,135); }

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

background-color css

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

 a { background-color: rgb(208,20,135); }

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

border-color css

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

 span { border-color: rgb(208,20,135); }

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