Html Css Color HEX #D00193 Medium Violet Red

📋 copy color: '#D00193'

red 208 ◦ green 1 ◦ blue 147

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

Shades of Medium Violet Red #D00193

Tints of Medium Violet Red #D00193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 41.29%

R = 58.43%
G = 0.28%
B = 41.29%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D00193 (or 0xD00193) is known color: Medium Violet Red. HEX triplet: D0, 01 and 93. RGB value is (208,1,147). Sum of RGB (Red+Green+Blue) = 208+1+147=356 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.43% from 356); Green value is 1 (0.78% from 255 or 0.28% from 356); Blue value is 147 (57.81% from 255 or 41.29% from 356); Max value from RGB is 208 - color contains mainly: red. Hex color #D00193 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00193 is #2FFE6C. Grayscale: #4F4F4F. Windows color (decimal): -3145325 or 9634256. OLE color: 9634256.

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

Color convert

RGB 208 1 147 -
CMYK 0 1.00 0.29 0.18
HSL 317.68º 0.99% 0.41% -
HSV(B) 317.68º 1% 0.82% -
XYZ 31.29 15.54 28.95 -
YUV 79.54 166.08 219.63 -
System Red Green Blue C M Y K H S L
Decimal 208 1 147 0 1.00 0.29 0.18 317.68 0.99 0.41
Hex D0 1 93 0 64 1D 12 13E 63 29
Octal 320 1 223 0 144 35 22 476 143 51
Binary 11010000 1 10010011 0 1100100 11101 10010 100111110 1100011 101001

Color Harmonies of #D00193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00193

Black with #D00193

Text Example


Text Example

White with #D00193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00193; }

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

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

background-color css

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

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

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

border-color css

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

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

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