Html Css Color HEX #D0038F Medium Violet Red

📋 copy color: '#D0038F'

red 208 ◦ green 3 ◦ blue 143

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

Shades of Medium Violet Red #D0038F

Tints of Medium Violet Red #D0038F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 40.4%

R = 58.76%
G = 0.85%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D0038F (or 0xD0038F) is known color: Medium Violet Red. HEX triplet: D0, 03 and 8F. RGB value is (208,3,143). Sum of RGB (Red+Green+Blue) = 208+3+143=354 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.76% from 354); Green value is 3 (1.56% from 255 or 0.85% from 354); Blue value is 143 (56.25% from 255 or 40.40% from 354); Max value from RGB is 208 - color contains mainly: red. Hex color #D0038F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0038F is #2FFC70. Grayscale: #4F4F4F. Windows color (decimal): -3144817 or 9372624. OLE color: 9372624.

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

Color convert

RGB 208 3 143 -
CMYK 0 0.99 0.31 0.18
HSL 319.02º 0.97% 0.41% -
HSV(B) 319.02º 0.99% 0.82% -
XYZ 31 15.46 27.34 -
YUV 80.26 163.42 219.12 -
System Red Green Blue C M Y K H S L
Decimal 208 3 143 0 0.99 0.31 0.18 319.02 0.97 0.41
Hex D0 3 8F 0 63 1F 12 13F 61 29
Octal 320 3 217 0 143 37 22 477 141 51
Binary 11010000 11 10001111 0 1100011 11111 10010 100111111 1100001 101001

Color Harmonies of #D0038F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0038F

Black with #D0038F

Text Example


Text Example

White with #D0038F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0038F; }

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

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

background-color css

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

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

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

border-color css

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

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

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