Html Css Color HEX #D00396 Medium Violet Red

📋 copy color: '#D00396'

red 208 ◦ green 3 ◦ blue 150

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

Shades of Medium Violet Red #D00396

Tints of Medium Violet Red #D00396

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.83%

 BLUE value IS 150 (58.98% from 255) = 41.55%

R = 57.62%
G = 0.83%
B = 41.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D00396 (or 0xD00396) is known color: Medium Violet Red. HEX triplet: D0, 03 and 96. RGB value is (208,3,150). Sum of RGB (Red+Green+Blue) = 208+3+150=361 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.62% from 361); Green value is 3 (1.56% from 255 or 0.83% from 361); Blue value is 150 (58.98% from 255 or 41.55% from 361); Max value from RGB is 208 - color contains mainly: red. Hex color #D00396 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00396 is #2FFC69. Grayscale: #505050. Windows color (decimal): -3144810 or 9831376. OLE color: 9831376.

HSL color Cylindrical-coordinate representation of color #D00396: hue angle of 316.98º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D00396 is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 3 150 -
CMYK 0 0.99 0.28 0.18
HSL 316.98º 0.97% 0.41% -
HSV(B) 316.98º 0.99% 0.82% -
XYZ 31.55 15.68 30.22 -
YUV 81.05 166.92 218.55 -
System Red Green Blue C M Y K H S L
Decimal 208 3 150 0 0.99 0.28 0.18 316.98 0.97 0.41
Hex D0 3 96 0 63 1C 12 13D 61 29
Octal 320 3 226 0 143 34 22 475 141 51
Binary 11010000 11 10010110 0 1100011 11100 10010 100111101 1100001 101001

Color Harmonies of #D00396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00396

Black with #D00396

Text Example


Text Example

White with #D00396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00396; }

 p { color: rgb(208,3,150); }

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

background-color css

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

 a { background-color: rgb(208,3,150); }

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

border-color css

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

 span { border-color: rgb(208,3,150); }

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