Html Css Color HEX #D00F75 Medium Violet Red

📋 copy color: '#D00F75'

red 208 ◦ green 15 ◦ blue 117

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

Shades of Medium Violet Red #D00F75

Tints of Medium Violet Red #D00F75

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.41%

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

R = 61.18%
G = 4.41%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D00F75 (or 0xD00F75) is known color: Medium Violet Red. HEX triplet: D0, 0F and 75. RGB value is (208,15,117). Sum of RGB (Red+Green+Blue) = 208+15+117=340 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.18% from 340); Green value is 15 (6.25% from 255 or 4.41% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 208 - color contains mainly: red. Hex color #D00F75 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00F75 is #2FF08A. Grayscale: #545454. Windows color (decimal): -3141771 or 7671760. OLE color: 7671760.

HSL color Cylindrical-coordinate representation of color #D00F75: hue angle of 328.29º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D00F75 is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 15 117 -
CMYK 0 0.93 0.44 0.18
HSL 328.29º 0.87% 0.44% -
HSV(B) 328.29º 0.93% 0.82% -
XYZ 29.39 15.04 18.18 -
YUV 84.34 146.44 216.21 -
System Red Green Blue C M Y K H S L
Decimal 208 15 117 0 0.93 0.44 0.18 328.29 0.87 0.44
Hex D0 F 75 0 5D 2C 12 148 57 2C
Octal 320 17 165 0 135 54 22 510 127 54
Binary 11010000 1111 1110101 0 1011101 101100 10010 101001000 1010111 101100

Color Harmonies of #D00F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00F75

Black with #D00F75

Text Example


Text Example

White with #D00F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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