Html Css Color HEX #D6038A Medium Violet Red

📋 copy color: '#D6038A'

red 214 ◦ green 3 ◦ blue 138

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

Shades of Medium Violet Red #D6038A

Tints of Medium Violet Red #D6038A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.87%

R = 60.28%
G = 0.85%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D6038A (or 0xD6038A) is known color: Medium Violet Red. HEX triplet: D6, 03 and 8A. RGB value is (214,3,138). Sum of RGB (Red+Green+Blue) = 214+3+138=355 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.28% from 355); Green value is 3 (1.56% from 255 or 0.85% from 355); Blue value is 138 (54.30% from 255 or 38.87% from 355); Max value from RGB is 214 - color contains mainly: red. Hex color #D6038A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6038A is #29FC75. Grayscale: #515151. Windows color (decimal): -2751606 or 9044950. OLE color: 9044950.

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

Color convert

RGB 214 3 138 -
CMYK 0 0.99 0.36 0.16
HSL 321.61º 0.97% 0.43% -
HSV(B) 321.61º 0.99% 0.84% -
XYZ 32.35 16.2 25.47 -
YUV 81.48 159.9 222.52 -
System Red Green Blue C M Y K H S L
Decimal 214 3 138 0 0.99 0.36 0.16 321.61 0.97 0.43
Hex D6 3 8A 0 63 24 10 142 61 2B
Octal 326 3 212 0 143 44 20 502 141 53
Binary 11010110 11 10001010 0 1100011 100100 10000 101000010 1100001 101011

Color Harmonies of #D6038A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6038A

Black with #D6038A

Text Example


Text Example

White with #D6038A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6038A; }

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

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

background-color css

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

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

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

border-color css

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

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

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