Html Css Color HEX #D00380 Medium Violet Red

📋 copy color: '#D00380'

red 208 ◦ green 3 ◦ blue 128

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

Shades of Medium Violet Red #D00380

Tints of Medium Violet Red #D00380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 37.76%

R = 61.36%
G = 0.88%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D00380 (or 0xD00380) is known color: Medium Violet Red. HEX triplet: D0, 03 and 80. RGB value is (208,3,128). Sum of RGB (Red+Green+Blue) = 208+3+128=339 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.36% from 339); Green value is 3 (1.56% from 255 or 0.88% from 339); Blue value is 128 (50.39% from 255 or 37.76% from 339); Max value from RGB is 208 - color contains mainly: red. Hex color #D00380 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00380 is #2FFC7F. Grayscale: #4E4E4E. Windows color (decimal): -3144832 or 8389584. OLE color: 8389584.

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

Color convert

RGB 208 3 128 -
CMYK 0 0.99 0.38 0.18
HSL 323.41º 0.97% 0.41% -
HSV(B) 323.41º 0.99% 0.82% -
XYZ 29.94 15.03 21.75 -
YUV 78.55 155.92 220.34 -
System Red Green Blue C M Y K H S L
Decimal 208 3 128 0 0.99 0.38 0.18 323.41 0.97 0.41
Hex D0 3 80 0 63 26 12 143 61 29
Octal 320 3 200 0 143 46 22 503 141 51
Binary 11010000 11 10000000 0 1100011 100110 10010 101000011 1100001 101001

Color Harmonies of #D00380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00380

Black with #D00380

Text Example


Text Example

White with #D00380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00380; }

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

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

background-color css

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

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

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

border-color css

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

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

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