Html Css Color HEX #D30C8C Medium Violet Red

📋 copy color: '#D30C8C'

red 211 ◦ green 12 ◦ blue 140

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

Shades of Medium Violet Red #D30C8C

Tints of Medium Violet Red #D30C8C

RGB

 RED value IS 211 (82.81% from 255) = 58.13%

 GREEN value IS 12 (5.08% from 255) = 3.31%

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

R = 58.13%
G = 3.31%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#D30C8C (or 0xD30C8C) is known color: Medium Violet Red. HEX triplet: D3, 0C and 8C. RGB value is (211,12,140). Sum of RGB (Red+Green+Blue) = 211+12+140=363 (48% of max value = 765). Red value is 211 (82.81% from 255 or 58.13% from 363); Green value is 12 (5.08% from 255 or 3.31% from 363); Blue value is 140 (55.08% from 255 or 38.57% from 363); Max value from RGB is 211 - color contains mainly: red. Hex color #D30C8C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D30C8C is #2CF373. Grayscale: #555555. Windows color (decimal): -2945908 or 9178323. OLE color: 9178323.

HSL color Cylindrical-coordinate representation of color #D30C8C: hue angle of 321.41º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D30C8C is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 12 140 -
CMYK 0 0.94 0.34 0.17
HSL 321.41º 0.89% 0.44% -
HSV(B) 321.41º 0.94% 0.83% -
XYZ 31.73 16.01 26.23 -
YUV 86.09 158.43 217.09 -
System Red Green Blue C M Y K H S L
Decimal 211 12 140 0 0.94 0.34 0.17 321.41 0.89 0.44
Hex D3 C 8C 0 5E 22 11 141 59 2C
Octal 323 14 214 0 136 42 21 501 131 54
Binary 11010011 1100 10001100 0 1011110 100010 10001 101000001 1011001 101100

Color Harmonies of #D30C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30C8C

Black with #D30C8C

Text Example


Text Example

White with #D30C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30C8C; }

 p { color: rgb(211,12,140); }

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

background-color css

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

 a { background-color: rgb(211,12,140); }

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

border-color css

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

 span { border-color: rgb(211,12,140); }

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