Html Css Color HEX #D00184 Medium Violet Red

📋 copy color: '#D00184'

red 208 ◦ green 1 ◦ blue 132

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

Shades of Medium Violet Red #D00184

Tints of Medium Violet Red #D00184

RGB

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

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

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

R = 61%
G = 0.29%
B = 38.71%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D00184 (or 0xD00184) is known color: Medium Violet Red. HEX triplet: D0, 01 and 84. RGB value is (208,1,132). Sum of RGB (Red+Green+Blue) = 208+1+132=341 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.00% from 341); Green value is 1 (0.78% from 255 or 0.29% from 341); Blue value is 132 (51.95% from 255 or 38.71% from 341); Max value from RGB is 208 - color contains mainly: red. Hex color #D00184 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00184 is #2FFE7B. Grayscale: #4D4D4D. Windows color (decimal): -3145340 or 8651216. OLE color: 8651216.

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

Color convert

RGB 208 1 132 -
CMYK 0 1.00 0.37 0.18
HSL 322.03º 0.99% 0.41% -
HSV(B) 322.03º 1% 0.82% -
XYZ 30.19 15.1 23.15 -
YUV 77.83 158.58 220.85 -
System Red Green Blue C M Y K H S L
Decimal 208 1 132 0 1.00 0.37 0.18 322.03 0.99 0.41
Hex D0 1 84 0 64 25 12 142 63 29
Octal 320 1 204 0 144 45 22 502 143 51
Binary 11010000 1 10000100 0 1100100 100101 10010 101000010 1100011 101001

Color Harmonies of #D00184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00184

Black with #D00184

Text Example


Text Example

White with #D00184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00184; }

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

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

background-color css

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

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

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

border-color css

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

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

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