Html Css Color HEX #D0038A Medium Violet Red

📋 copy color: '#D0038A'

red 208 ◦ green 3 ◦ blue 138

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

Shades of Medium Violet Red #D0038A

Tints of Medium Violet Red #D0038A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 39.54%

R = 59.6%
G = 0.86%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D0038A (or 0xD0038A) is known color: Medium Violet Red. HEX triplet: D0, 03 and 8A. RGB value is (208,3,138). Sum of RGB (Red+Green+Blue) = 208+3+138=349 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.60% from 349); Green value is 3 (1.56% from 255 or 0.86% from 349); Blue value is 138 (54.30% from 255 or 39.54% from 349); Max value from RGB is 208 - color contains mainly: red. Hex color #D0038A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0038A is #2FFC75. Grayscale: #4F4F4F. Windows color (decimal): -3144822 or 9044944. OLE color: 9044944.

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

Color convert

RGB 208 3 138 -
CMYK 0 0.99 0.34 0.18
HSL 320.49º 0.97% 0.41% -
HSV(B) 320.49º 0.99% 0.82% -
XYZ 30.63 15.31 25.39 -
YUV 79.69 160.92 219.52 -
System Red Green Blue C M Y K H S L
Decimal 208 3 138 0 0.99 0.34 0.18 320.49 0.97 0.41
Hex D0 3 8A 0 63 22 12 140 61 29
Octal 320 3 212 0 143 42 22 500 141 51
Binary 11010000 11 10001010 0 1100011 100010 10010 101000000 1100001 101001

Color Harmonies of #D0038A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0038A

Black with #D0038A

Text Example


Text Example

White with #D0038A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0038A; }

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

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

background-color css

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

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

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

border-color css

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

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

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