Html Css Color HEX #D30A9C Medium Violet Red

📋 copy color: '#D30A9C'

red 211 ◦ green 10 ◦ blue 156

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

Shades of Medium Violet Red #D30A9C

Tints of Medium Violet Red #D30A9C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.65%

 BLUE value IS 156 (61.33% from 255) = 41.38%

R = 55.97%
G = 2.65%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.26

 K value IS 0.17

RGB Variations

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

Color information

#D30A9C (or 0xD30A9C) is known color: Medium Violet Red. HEX triplet: D3, 0A and 9C. RGB value is (211,10,156). Sum of RGB (Red+Green+Blue) = 211+10+156=377 (49% of max value = 765). Red value is 211 (82.81% from 255 or 55.97% from 377); Green value is 10 (4.30% from 255 or 2.65% from 377); Blue value is 156 (61.33% from 255 or 41.38% from 377); Max value from RGB is 211 - color contains mainly: red. Hex color #D30A9C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D30A9C is #2CF563. Grayscale: #565656. Windows color (decimal): -2946404 or 10226387. OLE color: 10226387.

HSL color Cylindrical-coordinate representation of color #D30A9C: hue angle of 316.42º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D30A9C is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 10 156 -
CMYK 0 0.95 0.26 0.17
HSL 316.42º 0.91% 0.43% -
HSV(B) 316.42º 0.95% 0.83% -
XYZ 32.97 16.47 32.89 -
YUV 86.74 167.09 216.63 -
System Red Green Blue C M Y K H S L
Decimal 211 10 156 0 0.95 0.26 0.17 316.42 0.91 0.43
Hex D3 A 9C 0 5F 1A 11 13C 5B 2B
Octal 323 12 234 0 137 32 21 474 133 53
Binary 11010011 1010 10011100 0 1011111 11010 10001 100111100 1011011 101011

Color Harmonies of #D30A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30A9C

Black with #D30A9C

Text Example


Text Example

White with #D30A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30A9C; }

 p { color: rgb(211,10,156); }

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

background-color css

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

 a { background-color: rgb(211,10,156); }

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

border-color css

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

 span { border-color: rgb(211,10,156); }

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