Html Css Color HEX #D00174 Medium Violet Red

📋 copy color: '#D00174'

red 208 ◦ green 1 ◦ blue 116

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

Shades of Medium Violet Red #D00174

Tints of Medium Violet Red #D00174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 35.69%

R = 64%
G = 0.31%
B = 35.69%

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

#D00174 (or 0xD00174) is known color: Medium Violet Red. HEX triplet: D0, 01 and 74. RGB value is (208,1,116). Sum of RGB (Red+Green+Blue) = 208+1+116=325 (43% of max value = 765). Red value is 208 (81.64% from 255 or 64% from 325); Green value is 1 (0.78% from 255 or 0.31% from 325); Blue value is 116 (45.70% from 255 or 35.69% from 325); Max value from RGB is 208 - color contains mainly: red. Hex color #D00174 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00174 is #2FFE8B. Grayscale: #4B4B4B. Windows color (decimal): -3145356 or 7602640. OLE color: 7602640.

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

Color convert

RGB 208 1 116 -
CMYK 0 1.00 0.44 0.18
HSL 326.67º 0.99% 0.41% -
HSV(B) 326.67º 1% 0.82% -
XYZ 29.18 14.69 17.82 -
YUV 76 150.58 222.15 -
System Red Green Blue C M Y K H S L
Decimal 208 1 116 0 1.00 0.44 0.18 326.67 0.99 0.41
Hex D0 1 74 0 64 2C 12 147 63 29
Octal 320 1 164 0 144 54 22 507 143 51
Binary 11010000 1 1110100 0 1100100 101100 10010 101000111 1100011 101001

Color Harmonies of #D00174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00174

Black with #D00174

Text Example


Text Example

White with #D00174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00174; }

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

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

background-color css

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

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

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

border-color css

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

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

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