Html Css Color HEX #D30C9E Medium Violet Red

📋 copy color: '#D30C9E'

red 211 ◦ green 12 ◦ blue 158

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

Shades of Medium Violet Red #D30C9E

Tints of Medium Violet Red #D30C9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 41.47%

R = 55.38%
G = 3.15%
B = 41.47%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#D30C9E (or 0xD30C9E) is known color: Medium Violet Red. HEX triplet: D3, 0C and 9E. RGB value is (211,12,158). Sum of RGB (Red+Green+Blue) = 211+12+158=381 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.38% from 381); Green value is 12 (5.08% from 255 or 3.15% from 381); Blue value is 158 (62.11% from 255 or 41.47% from 381); Max value from RGB is 211 - color contains mainly: red. Hex color #D30C9E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D30C9E is #2CF361. Grayscale: #575757. Windows color (decimal): -2945890 or 10357971. OLE color: 10357971.

HSL color Cylindrical-coordinate representation of color #D30C9E: hue angle of 315.98º 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 #D30C9E is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 12 158 -
CMYK 0 0.94 0.25 0.17
HSL 315.98º 0.89% 0.44% -
HSV(B) 315.98º 0.94% 0.83% -
XYZ 33.17 16.58 33.8 -
YUV 88.15 167.43 215.63 -
System Red Green Blue C M Y K H S L
Decimal 211 12 158 0 0.94 0.25 0.17 315.98 0.89 0.44
Hex D3 C 9E 0 5E 19 11 13C 59 2C
Octal 323 14 236 0 136 31 21 474 131 54
Binary 11010011 1100 10011110 0 1011110 11001 10001 100111100 1011001 101100

Color Harmonies of #D30C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30C9E

Black with #D30C9E

Text Example


Text Example

White with #D30C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30C9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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