Html Css Color HEX #D0138B Medium Violet Red

📋 copy color: '#D0138B'

red 208 ◦ green 19 ◦ blue 139

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

Shades of Medium Violet Red #D0138B

Tints of Medium Violet Red #D0138B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.19%

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

R = 56.83%
G = 5.19%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D0138B (or 0xD0138B) is known color: Medium Violet Red. HEX triplet: D0, 13 and 8B. RGB value is (208,19,139). Sum of RGB (Red+Green+Blue) = 208+19+139=366 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.83% from 366); Green value is 19 (7.81% from 255 or 5.19% from 366); Blue value is 139 (54.69% from 255 or 37.98% from 366); Max value from RGB is 208 - color contains mainly: red. Hex color #D0138B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0138B is #2FEC74. Grayscale: #585858. Windows color (decimal): -3140725 or 9114576. OLE color: 9114576.

HSL color Cylindrical-coordinate representation of color #D0138B: hue angle of 321.9º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D0138B is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 19 139 -
CMYK 0 0.91 0.33 0.18
HSL 321.9º 0.83% 0.45% -
HSV(B) 321.9º 0.91% 0.82% -
XYZ 30.91 15.74 25.84 -
YUV 89.19 156.12 212.74 -
System Red Green Blue C M Y K H S L
Decimal 208 19 139 0 0.91 0.33 0.18 321.9 0.83 0.45
Hex D0 13 8B 0 5B 21 12 142 53 2D
Octal 320 23 213 0 133 41 22 502 123 55
Binary 11010000 10011 10001011 0 1011011 100001 10010 101000010 1010011 101101

Color Harmonies of #D0138B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0138B

Black with #D0138B

Text Example


Text Example

White with #D0138B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0138B; }

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

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

background-color css

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

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

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

border-color css

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

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

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