Html Css Color HEX #D30C7F Medium Violet Red

📋 copy color: '#D30C7F'

red 211 ◦ green 12 ◦ blue 127

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

Shades of Medium Violet Red #D30C7F

Tints of Medium Violet Red #D30C7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 36.29%

R = 60.29%
G = 3.43%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#D30C7F (or 0xD30C7F) is known color: Medium Violet Red. HEX triplet: D3, 0C and 7F. RGB value is (211,12,127). Sum of RGB (Red+Green+Blue) = 211+12+127=350 (46% of max value = 765). Red value is 211 (82.81% from 255 or 60.29% from 350); Green value is 12 (5.08% from 255 or 3.43% from 350); Blue value is 127 (50% from 255 or 36.29% from 350); Max value from RGB is 211 - color contains mainly: red. Hex color #D30C7F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30C7F is #2CF380. Grayscale: #545454. Windows color (decimal): -2945921 or 8326355. OLE color: 8326355.

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

Color convert

RGB 211 12 127 -
CMYK 0 0.94 0.40 0.17
HSL 325.33º 0.89% 0.44% -
HSV(B) 325.33º 0.94% 0.83% -
XYZ 30.83 15.64 21.47 -
YUV 84.61 151.93 218.15 -
System Red Green Blue C M Y K H S L
Decimal 211 12 127 0 0.94 0.40 0.17 325.33 0.89 0.44
Hex D3 C 7F 0 5E 28 11 145 59 2C
Octal 323 14 177 0 136 50 21 505 131 54
Binary 11010011 1100 1111111 0 1011110 101000 10001 101000101 1011001 101100

Color Harmonies of #D30C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30C7F

Black with #D30C7F

Text Example


Text Example

White with #D30C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30C7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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