Html Css Color HEX #D0148D Medium Violet Red

📋 copy color: '#D0148D'

red 208 ◦ green 20 ◦ blue 141

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

Shades of Medium Violet Red #D0148D

Tints of Medium Violet Red #D0148D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.42%

 BLUE value IS 141 (55.47% from 255) = 38.21%

R = 56.37%
G = 5.42%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D0148D (or 0xD0148D) is known color: Medium Violet Red. HEX triplet: D0, 14 and 8D. RGB value is (208,20,141). Sum of RGB (Red+Green+Blue) = 208+20+141=369 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.37% from 369); Green value is 20 (8.20% from 255 or 5.42% from 369); Blue value is 141 (55.47% from 255 or 38.21% from 369); Max value from RGB is 208 - color contains mainly: red. Hex color #D0148D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0148D is #2FEB72. Grayscale: #595959. Windows color (decimal): -3140467 or 9245904. OLE color: 9245904.

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

Color convert

RGB 208 20 141 -
CMYK 0 0.90 0.32 0.18
HSL 321.38º 0.82% 0.45% -
HSV(B) 321.38º 0.9% 0.82% -
XYZ 31.07 15.83 26.62 -
YUV 90.01 156.78 212.16 -
System Red Green Blue C M Y K H S L
Decimal 208 20 141 0 0.90 0.32 0.18 321.38 0.82 0.45
Hex D0 14 8D 0 5A 20 12 141 52 2D
Octal 320 24 215 0 132 40 22 501 122 55
Binary 11010000 10100 10001101 0 1011010 100000 10010 101000001 1010010 101101

Color Harmonies of #D0148D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0148D

Black with #D0148D

Text Example


Text Example

White with #D0148D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0148D; }

 p { color: rgb(208,20,141); }

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

background-color css

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

 a { background-color: rgb(208,20,141); }

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

border-color css

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

 span { border-color: rgb(208,20,141); }

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