Html Css Color HEX #D00584 Medium Violet Red

📋 copy color: '#D00584'

red 208 ◦ green 5 ◦ blue 132

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

Shades of Medium Violet Red #D00584

Tints of Medium Violet Red #D00584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 38.26%

R = 60.29%
G = 1.45%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D00584 (or 0xD00584) is known color: Medium Violet Red. HEX triplet: D0, 05 and 84. RGB value is (208,5,132). Sum of RGB (Red+Green+Blue) = 208+5+132=345 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.29% from 345); Green value is 5 (2.34% from 255 or 1.45% from 345); Blue value is 132 (51.95% from 255 or 38.26% from 345); Max value from RGB is 208 - color contains mainly: red. Hex color #D00584 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00584 is #2FFA7B. Grayscale: #4F4F4F. Windows color (decimal): -3144316 or 8652240. OLE color: 8652240.

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

Color convert

RGB 208 5 132 -
CMYK 0 0.98 0.37 0.18
HSL 322.46º 0.95% 0.42% -
HSV(B) 322.46º 0.98% 0.82% -
XYZ 30.23 15.18 23.17 -
YUV 80.18 157.25 219.17 -
System Red Green Blue C M Y K H S L
Decimal 208 5 132 0 0.98 0.37 0.18 322.46 0.95 0.42
Hex D0 5 84 0 62 25 12 142 5F 2A
Octal 320 5 204 0 142 45 22 502 137 52
Binary 11010000 101 10000100 0 1100010 100101 10010 101000010 1011111 101010

Color Harmonies of #D00584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00584

Black with #D00584

Text Example


Text Example

White with #D00584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00584; }

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

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

background-color css

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

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

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

border-color css

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

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

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