Html Css Color HEX #D00178 Medium Violet Red

📋 copy color: '#D00178'

red 208 ◦ green 1 ◦ blue 120

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

Shades of Medium Violet Red #D00178

Tints of Medium Violet Red #D00178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 36.47%

R = 63.22%
G = 0.3%
B = 36.47%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D00178 (or 0xD00178) is known color: Medium Violet Red. HEX triplet: D0, 01 and 78. RGB value is (208,1,120). Sum of RGB (Red+Green+Blue) = 208+1+120=329 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.22% from 329); Green value is 1 (0.78% from 255 or 0.30% from 329); Blue value is 120 (47.27% from 255 or 36.47% from 329); Max value from RGB is 208 - color contains mainly: red. Hex color #D00178 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00178 is #2FFE87. Grayscale: #4C4C4C. Windows color (decimal): -3145352 or 7864784. OLE color: 7864784.

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

Color convert

RGB 208 1 120 -
CMYK 0 1.00 0.42 0.18
HSL 325.51º 0.99% 0.41% -
HSV(B) 325.51º 1% 0.82% -
XYZ 29.41 14.79 19.07 -
YUV 76.46 152.58 221.82 -
System Red Green Blue C M Y K H S L
Decimal 208 1 120 0 1.00 0.42 0.18 325.51 0.99 0.41
Hex D0 1 78 0 64 2A 12 146 63 29
Octal 320 1 170 0 144 52 22 506 143 51
Binary 11010000 1 1111000 0 1100100 101010 10010 101000110 1100011 101001

Color Harmonies of #D00178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00178

Black with #D00178

Text Example


Text Example

White with #D00178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00178; }

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

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

background-color css

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

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

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

border-color css

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

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

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