Html Css Color HEX #D01475 Medium Violet Red

📋 copy color: '#D01475'

red 208 ◦ green 20 ◦ blue 117

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

Shades of Medium Violet Red #D01475

Tints of Medium Violet Red #D01475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 33.91%

R = 60.29%
G = 5.8%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D01475 (or 0xD01475) is known color: Medium Violet Red. HEX triplet: D0, 14 and 75. RGB value is (208,20,117). Sum of RGB (Red+Green+Blue) = 208+20+117=345 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.29% from 345); Green value is 20 (8.20% from 255 or 5.80% from 345); Blue value is 117 (46.09% from 255 or 33.91% from 345); Max value from RGB is 208 - color contains mainly: red. Hex color #D01475 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01475 is #2FEB8A. Grayscale: #575757. Windows color (decimal): -3140491 or 7673040. OLE color: 7673040.

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

Color convert

RGB 208 20 117 -
CMYK 0 0.90 0.44 0.18
HSL 329.04º 0.82% 0.45% -
HSV(B) 329.04º 0.9% 0.82% -
XYZ 29.47 15.19 18.21 -
YUV 87.27 144.78 214.11 -
System Red Green Blue C M Y K H S L
Decimal 208 20 117 0 0.90 0.44 0.18 329.04 0.82 0.45
Hex D0 14 75 0 5A 2C 12 149 52 2D
Octal 320 24 165 0 132 54 22 511 122 55
Binary 11010000 10100 1110101 0 1011010 101100 10010 101001001 1010010 101101

Color Harmonies of #D01475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01475

Black with #D01475

Text Example


Text Example

White with #D01475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01475; }

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

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

background-color css

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

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

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

border-color css

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

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

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