Html Css Color HEX #D0038B Medium Violet Red

📋 copy color: '#D0038B'

red 208 ◦ green 3 ◦ blue 139

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

Shades of Medium Violet Red #D0038B

Tints of Medium Violet Red #D0038B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.71%

R = 59.43%
G = 0.86%
B = 39.71%

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

#D0038B (or 0xD0038B) is known color: Medium Violet Red. HEX triplet: D0, 03 and 8B. RGB value is (208,3,139). Sum of RGB (Red+Green+Blue) = 208+3+139=350 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.43% from 350); Green value is 3 (1.56% from 255 or 0.86% from 350); Blue value is 139 (54.69% from 255 or 39.71% from 350); Max value from RGB is 208 - color contains mainly: red. Hex color #D0038B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0038B is #2FFC74. Grayscale: #4F4F4F. Windows color (decimal): -3144821 or 9110480. OLE color: 9110480.

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

Color convert

RGB 208 3 139 -
CMYK 0 0.99 0.33 0.18
HSL 320.2º 0.97% 0.41% -
HSV(B) 320.2º 0.99% 0.82% -
XYZ 30.71 15.34 25.77 -
YUV 79.8 161.42 219.44 -
System Red Green Blue C M Y K H S L
Decimal 208 3 139 0 0.99 0.33 0.18 320.2 0.97 0.41
Hex D0 3 8B 0 63 21 12 140 61 29
Octal 320 3 213 0 143 41 22 500 141 51
Binary 11010000 11 10001011 0 1100011 100001 10010 101000000 1100001 101001

Color Harmonies of #D0038B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0038B

Black with #D0038B

Text Example


Text Example

White with #D0038B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0038B; }

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

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

background-color css

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

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

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

border-color css

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

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

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