Html Css Color HEX #D01595 Medium Violet Red

📋 copy color: '#D01595'

red 208 ◦ green 21 ◦ blue 149

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

Shades of Medium Violet Red #D01595

Tints of Medium Violet Red #D01595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 39.42%

R = 55.03%
G = 5.56%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D01595 (or 0xD01595) is known color: Medium Violet Red. HEX triplet: D0, 15 and 95. RGB value is (208,21,149). Sum of RGB (Red+Green+Blue) = 208+21+149=378 (50% of max value = 765). Red value is 208 (81.64% from 255 or 55.03% from 378); Green value is 21 (8.59% from 255 or 5.56% from 378); Blue value is 149 (58.59% from 255 or 39.42% from 378); Max value from RGB is 208 - color contains mainly: red. Hex color #D01595 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D01595 is #2FEA6A. Grayscale: #5B5B5B. Windows color (decimal): -3140203 or 9770448. OLE color: 9770448.

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

Color convert

RGB 208 21 149 -
CMYK 0 0.90 0.28 0.18
HSL 318.93º 0.82% 0.45% -
HSV(B) 318.93º 0.9% 0.82% -
XYZ 31.71 16.12 29.87 -
YUV 91.51 160.45 211.09 -
System Red Green Blue C M Y K H S L
Decimal 208 21 149 0 0.90 0.28 0.18 318.93 0.82 0.45
Hex D0 15 95 0 5A 1C 12 13F 52 2D
Octal 320 25 225 0 132 34 22 477 122 55
Binary 11010000 10101 10010101 0 1011010 11100 10010 100111111 1010010 101101

Color Harmonies of #D01595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01595

Black with #D01595

Text Example


Text Example

White with #D01595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01595; }

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

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

background-color css

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

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

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

border-color css

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

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

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