Html Css Color HEX #D8038C Medium Violet Red

📋 copy color: '#D8038C'

red 216 ◦ green 3 ◦ blue 140

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

Shades of Medium Violet Red #D8038C

Tints of Medium Violet Red #D8038C

RGB

 RED value IS 216 (84.77% from 255) = 60.17%

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

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

R = 60.17%
G = 0.84%
B = 39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D8038C (or 0xD8038C) is known color: Medium Violet Red. HEX triplet: D8, 03 and 8C. RGB value is (216,3,140). Sum of RGB (Red+Green+Blue) = 216+3+140=359 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.17% from 359); Green value is 3 (1.56% from 255 or 0.84% from 359); Blue value is 140 (55.08% from 255 or 39.00% from 359); Max value from RGB is 216 - color contains mainly: red. Hex color #D8038C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8038C is #27FC73. Grayscale: #515151. Windows color (decimal): -2620532 or 9176024. OLE color: 9176024.

HSL color Cylindrical-coordinate representation of color #D8038C: hue angle of 321.41º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D8038C is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 3 140 -
CMYK 0 0.99 0.35 0.15
HSL 321.41º 0.97% 0.43% -
HSV(B) 321.41º 0.99% 0.85% -
XYZ 33.09 16.56 26.26 -
YUV 82.31 160.57 223.36 -
System Red Green Blue C M Y K H S L
Decimal 216 3 140 0 0.99 0.35 0.15 321.41 0.97 0.43
Hex D8 3 8C 0 63 23 F 141 61 2B
Octal 330 3 214 0 143 43 17 501 141 53
Binary 11011000 11 10001100 0 1100011 100011 1111 101000001 1100001 101011

Color Harmonies of #D8038C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8038C

Black with #D8038C

Text Example


Text Example

White with #D8038C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8038C; }

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

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

background-color css

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

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

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

border-color css

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

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

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