Html Css Color HEX #D00575 Medium Violet Red

📋 copy color: '#D00575'

red 208 ◦ green 5 ◦ blue 117

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

Shades of Medium Violet Red #D00575

Tints of Medium Violet Red #D00575

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.52%

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

R = 63.03%
G = 1.52%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D00575 (or 0xD00575) is known color: Medium Violet Red. HEX triplet: D0, 05 and 75. RGB value is (208,5,117). Sum of RGB (Red+Green+Blue) = 208+5+117=330 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.03% from 330); Green value is 5 (2.34% from 255 or 1.52% from 330); Blue value is 117 (46.09% from 255 or 35.45% from 330); Max value from RGB is 208 - color contains mainly: red. Hex color #D00575 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00575 is #2FFA8A. Grayscale: #4E4E4E. Windows color (decimal): -3144331 or 7669200. OLE color: 7669200.

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

Color convert

RGB 208 5 117 -
CMYK 0 0.98 0.44 0.18
HSL 326.9º 0.95% 0.42% -
HSV(B) 326.9º 0.98% 0.82% -
XYZ 29.28 14.8 18.14 -
YUV 78.47 149.75 220.39 -
System Red Green Blue C M Y K H S L
Decimal 208 5 117 0 0.98 0.44 0.18 326.9 0.95 0.42
Hex D0 5 75 0 62 2C 12 147 5F 2A
Octal 320 5 165 0 142 54 22 507 137 52
Binary 11010000 101 1110101 0 1100010 101100 10010 101000111 1011111 101010

Color Harmonies of #D00575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00575

Black with #D00575

Text Example


Text Example

White with #D00575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00575; }

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

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

background-color css

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

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

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

border-color css

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

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

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