Html Css Color HEX #D00175 Medium Violet Red

📋 copy color: '#D00175'

red 208 ◦ green 1 ◦ blue 117

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

Shades of Medium Violet Red #D00175

Tints of Medium Violet Red #D00175

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

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

R = 63.8%
G = 0.31%
B = 35.89%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D00175 (or 0xD00175) is known color: Medium Violet Red. HEX triplet: D0, 01 and 75. RGB value is (208,1,117). Sum of RGB (Red+Green+Blue) = 208+1+117=326 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.80% from 326); Green value is 1 (0.78% from 255 or 0.31% from 326); Blue value is 117 (46.09% from 255 or 35.89% from 326); Max value from RGB is 208 - color contains mainly: red. Hex color #D00175 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00175 is #2FFE8A. Grayscale: #4B4B4B. Windows color (decimal): -3145355 or 7668176. OLE color: 7668176.

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

Color convert

RGB 208 1 117 -
CMYK 0 1.00 0.44 0.18
HSL 326.38º 0.99% 0.41% -
HSV(B) 326.38º 1% 0.82% -
XYZ 29.23 14.72 18.13 -
YUV 76.12 151.08 222.07 -
System Red Green Blue C M Y K H S L
Decimal 208 1 117 0 1.00 0.44 0.18 326.38 0.99 0.41
Hex D0 1 75 0 64 2C 12 146 63 29
Octal 320 1 165 0 144 54 22 506 143 51
Binary 11010000 1 1110101 0 1100100 101100 10010 101000110 1100011 101001

Color Harmonies of #D00175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00175

Black with #D00175

Text Example


Text Example

White with #D00175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00175; }

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

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

background-color css

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

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

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

border-color css

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

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

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