Html Css Color HEX #D0038C Medium Violet Red

📋 copy color: '#D0038C'

red 208 ◦ green 3 ◦ blue 140

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

Shades of Medium Violet Red #D0038C

Tints of Medium Violet Red #D0038C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.89%

R = 59.26%
G = 0.85%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D0038C (or 0xD0038C) is known color: Medium Violet Red. HEX triplet: D0, 03 and 8C. RGB value is (208,3,140). Sum of RGB (Red+Green+Blue) = 208+3+140=351 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.26% from 351); Green value is 3 (1.56% from 255 or 0.85% from 351); Blue value is 140 (55.08% from 255 or 39.89% from 351); Max value from RGB is 208 - color contains mainly: red. Hex color #D0038C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0038C is #2FFC73. Grayscale: #4F4F4F. Windows color (decimal): -3144820 or 9176016. OLE color: 9176016.

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

Color convert

RGB 208 3 140 -
CMYK 0 0.99 0.33 0.18
HSL 319.9º 0.97% 0.41% -
HSV(B) 319.9º 0.99% 0.82% -
XYZ 30.78 15.37 26.16 -
YUV 79.91 161.92 219.36 -
System Red Green Blue C M Y K H S L
Decimal 208 3 140 0 0.99 0.33 0.18 319.9 0.97 0.41
Hex D0 3 8C 0 63 21 12 140 61 29
Octal 320 3 214 0 143 41 22 500 141 51
Binary 11010000 11 10001100 0 1100011 100001 10010 101000000 1100001 101001

Color Harmonies of #D0038C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0038C

Black with #D0038C

Text Example


Text Example

White with #D0038C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0038C; }

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

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

background-color css

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

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

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

border-color css

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

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

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