Html Css Color HEX #D01585 Medium Violet Red

📋 copy color: '#D01585'

red 208 ◦ green 21 ◦ blue 133

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

Shades of Medium Violet Red #D01585

Tints of Medium Violet Red #D01585

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.8%

 BLUE value IS 133 (52.34% from 255) = 36.74%

R = 57.46%
G = 5.8%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D01585 (or 0xD01585) is known color: Medium Violet Red. HEX triplet: D0, 15 and 85. RGB value is (208,21,133). Sum of RGB (Red+Green+Blue) = 208+21+133=362 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.46% from 362); Green value is 21 (8.59% from 255 or 5.80% from 362); Blue value is 133 (52.34% from 255 or 36.74% from 362); Max value from RGB is 208 - color contains mainly: red. Hex color #D01585 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D01585 is #2FEA7A. Grayscale: #595959. Windows color (decimal): -3140219 or 8721872. OLE color: 8721872.

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

Color convert

RGB 208 21 133 -
CMYK 0 0.90 0.36 0.18
HSL 324.06º 0.82% 0.45% -
HSV(B) 324.06º 0.9% 0.82% -
XYZ 30.51 15.64 23.6 -
YUV 89.68 152.45 212.39 -
System Red Green Blue C M Y K H S L
Decimal 208 21 133 0 0.90 0.36 0.18 324.06 0.82 0.45
Hex D0 15 85 0 5A 24 12 144 52 2D
Octal 320 25 205 0 132 44 22 504 122 55
Binary 11010000 10101 10000101 0 1011010 100100 10010 101000100 1010010 101101

Color Harmonies of #D01585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01585

Black with #D01585

Text Example


Text Example

White with #D01585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01585; }

 p { color: rgb(208,21,133); }

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

background-color css

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

 a { background-color: rgb(208,21,133); }

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

border-color css

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

 span { border-color: rgb(208,21,133); }

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