Html Css Color HEX #D6038D Medium Violet Red

📋 copy color: '#D6038D'

red 214 ◦ green 3 ◦ blue 141

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

Shades of Medium Violet Red #D6038D

Tints of Medium Violet Red #D6038D

RGB

 RED value IS 214 (83.98% from 255) = 59.78%

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

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

R = 59.78%
G = 0.84%
B = 39.39%

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

#D6038D (or 0xD6038D) is known color: Medium Violet Red. HEX triplet: D6, 03 and 8D. RGB value is (214,3,141). Sum of RGB (Red+Green+Blue) = 214+3+141=358 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.78% from 358); Green value is 3 (1.56% from 255 or 0.84% from 358); Blue value is 141 (55.47% from 255 or 39.39% from 358); Max value from RGB is 214 - color contains mainly: red. Hex color #D6038D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6038D is #29FC72. Grayscale: #515151. Windows color (decimal): -2751603 or 9241558. OLE color: 9241558.

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

Color convert

RGB 214 3 141 -
CMYK 0 0.99 0.34 0.16
HSL 320.76º 0.97% 0.43% -
HSV(B) 320.76º 0.99% 0.84% -
XYZ 32.57 16.28 26.63 -
YUV 81.82 161.4 222.28 -
System Red Green Blue C M Y K H S L
Decimal 214 3 141 0 0.99 0.34 0.16 320.76 0.97 0.43
Hex D6 3 8D 0 63 22 10 141 61 2B
Octal 326 3 215 0 143 42 20 501 141 53
Binary 11010110 11 10001101 0 1100011 100010 10000 101000001 1100001 101011

Color Harmonies of #D6038D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6038D

Black with #D6038D

Text Example


Text Example

White with #D6038D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6038D; }

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

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

background-color css

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

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

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

border-color css

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

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

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