Html Css Color HEX #D00075 Medium Violet Red

📋 copy color: '#D00075'

red 208 ◦ green 0 ◦ blue 117

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

Shades of Medium Violet Red #D00075

Tints of Medium Violet Red #D00075

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 64%
G = 0%
B = 36%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D00075 (or 0xD00075) is known color: Medium Violet Red. HEX triplet: D0, 00 and 75. RGB value is (208,0,117). Sum of RGB (Red+Green+Blue) = 208+0+117=325 (43% of max value = 765). Red value is 208 (81.64% from 255 or 64% from 325); Green value is 0 (0.39% from 255 or 0% from 325); Blue value is 117 (46.09% from 255 or 36% from 325); Max value from RGB is 208 - color contains mainly: red. Hex color #D00075 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00075 is #2FFF8A. Grayscale: #4B4B4B. Windows color (decimal): -3145611 or 7667920. OLE color: 7667920.

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

Color convert

RGB 208 0 117 -
CMYK 0 1 0.44 0.18
HSL 326.25º 1% 0.41% -
HSV(B) 326.25º 1% 0.82% -
XYZ 29.22 14.69 18.13 -
YUV 75.53 151.41 222.49 -
System Red Green Blue C M Y K H S L
Decimal 208 0 117 0 1 0.44 0.18 326.25 1 0.41
Hex D0 0 75 0 64 2C 12 146 64 29
Octal 320 0 165 0 144 54 22 506 144 51
Binary 11010000 0 1110101 0 1100100 101100 10010 101000110 1100100 101001

Color Harmonies of #D00075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00075

Black with #D00075

Text Example


Text Example

White with #D00075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00075; }

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

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

background-color css

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

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

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

border-color css

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

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

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