Html Css Color HEX #D00485 Medium Violet Red

📋 copy color: '#D00485'

red 208 ◦ green 4 ◦ blue 133

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

Shades of Medium Violet Red #D00485

Tints of Medium Violet Red #D00485

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.16%

 BLUE value IS 133 (52.34% from 255) = 38.55%

R = 60.29%
G = 1.16%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D00485 (or 0xD00485) is known color: Medium Violet Red. HEX triplet: D0, 04 and 85. RGB value is (208,4,133). Sum of RGB (Red+Green+Blue) = 208+4+133=345 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.29% from 345); Green value is 4 (1.95% from 255 or 1.16% from 345); Blue value is 133 (52.34% from 255 or 38.55% from 345); Max value from RGB is 208 - color contains mainly: red. Hex color #D00485 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00485 is #2FFB7A. Grayscale: #4F4F4F. Windows color (decimal): -3144571 or 8717520. OLE color: 8717520.

HSL color Cylindrical-coordinate representation of color #D00485: hue angle of 322.06º degrees, saturation: 0.96, 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 #D00485 is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 4 133 -
CMYK 0 0.98 0.36 0.18
HSL 322.06º 0.96% 0.42% -
HSV(B) 322.06º 0.98% 0.82% -
XYZ 30.29 15.19 23.53 -
YUV 79.7 158.09 219.51 -
System Red Green Blue C M Y K H S L
Decimal 208 4 133 0 0.98 0.36 0.18 322.06 0.96 0.42
Hex D0 4 85 0 62 24 12 142 60 2A
Octal 320 4 205 0 142 44 22 502 140 52
Binary 11010000 100 10000101 0 1100010 100100 10010 101000010 1100000 101010

Color Harmonies of #D00485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00485

Black with #D00485

Text Example


Text Example

White with #D00485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00485; }

 p { color: rgb(208,4,133); }

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

background-color css

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

 a { background-color: rgb(208,4,133); }

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

border-color css

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

 span { border-color: rgb(208,4,133); }

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