Html Css Color HEX #D00181 Medium Violet Red

📋 copy color: '#D00181'

red 208 ◦ green 1 ◦ blue 129

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

Shades of Medium Violet Red #D00181

Tints of Medium Violet Red #D00181

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 38.17%

R = 61.54%
G = 0.3%
B = 38.17%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D00181 (or 0xD00181) is known color: Medium Violet Red. HEX triplet: D0, 01 and 81. RGB value is (208,1,129). Sum of RGB (Red+Green+Blue) = 208+1+129=338 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.54% from 338); Green value is 1 (0.78% from 255 or 0.30% from 338); Blue value is 129 (50.78% from 255 or 38.17% from 338); Max value from RGB is 208 - color contains mainly: red. Hex color #D00181 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00181 is #2FFE7E. Grayscale: #4D4D4D. Windows color (decimal): -3145343 or 8454608. OLE color: 8454608.

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

Color convert

RGB 208 1 129 -
CMYK 0 1.00 0.38 0.18
HSL 322.9º 0.99% 0.41% -
HSV(B) 322.9º 1% 0.82% -
XYZ 29.99 15.02 22.09 -
YUV 77.49 157.08 221.09 -
System Red Green Blue C M Y K H S L
Decimal 208 1 129 0 1.00 0.38 0.18 322.9 0.99 0.41
Hex D0 1 81 0 64 26 12 143 63 29
Octal 320 1 201 0 144 46 22 503 143 51
Binary 11010000 1 10000001 0 1100100 100110 10010 101000011 1100011 101001

Color Harmonies of #D00181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00181

Black with #D00181

Text Example


Text Example

White with #D00181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00181; }

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

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

background-color css

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

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

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

border-color css

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

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

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