Html Css Color HEX #D7038D Medium Violet Red

📋 copy color: '#D7038D'

red 215 ◦ green 3 ◦ blue 141

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

Shades of Medium Violet Red #D7038D

Tints of Medium Violet Red #D7038D

RGB

 RED value IS 215 (84.38% from 255) = 59.89%

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

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

R = 59.89%
G = 0.84%
B = 39.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D7038D (or 0xD7038D) is known color: Medium Violet Red. HEX triplet: D7, 03 and 8D. RGB value is (215,3,141). Sum of RGB (Red+Green+Blue) = 215+3+141=359 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.89% from 359); Green value is 3 (1.56% from 255 or 0.84% from 359); Blue value is 141 (55.47% from 255 or 39.28% from 359); Max value from RGB is 215 - color contains mainly: red. Hex color #D7038D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D7038D is #28FC72. Grayscale: #515151. Windows color (decimal): -2686067 or 9241559. OLE color: 9241559.

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

Color convert

RGB 215 3 141 -
CMYK 0 0.99 0.34 0.16
HSL 320.94º 0.97% 0.43% -
HSV(B) 320.94º 0.99% 0.84% -
XYZ 32.86 16.44 26.64 -
YUV 82.12 161.24 222.78 -
System Red Green Blue C M Y K H S L
Decimal 215 3 141 0 0.99 0.34 0.16 320.94 0.97 0.43
Hex D7 3 8D 0 63 22 10 141 61 2B
Octal 327 3 215 0 143 42 20 501 141 53
Binary 11010111 11 10001101 0 1100011 100010 10000 101000001 1100001 101011

Color Harmonies of #D7038D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7038D

Black with #D7038D

Text Example


Text Example

White with #D7038D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7038D; }

 p { color: rgb(215,3,141); }

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

background-color css

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

 a { background-color: rgb(215,3,141); }

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

border-color css

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

 span { border-color: rgb(215,3,141); }

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