Html Css Color HEX #D30B7B Medium Violet Red

📋 copy color: '#D30B7B'

red 211 ◦ green 11 ◦ blue 123

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

Shades of Medium Violet Red #D30B7B

Tints of Medium Violet Red #D30B7B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.19%

 BLUE value IS 123 (48.44% from 255) = 35.65%

R = 61.16%
G = 3.19%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#D30B7B (or 0xD30B7B) is known color: Medium Violet Red. HEX triplet: D3, 0B and 7B. RGB value is (211,11,123). Sum of RGB (Red+Green+Blue) = 211+11+123=345 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.16% from 345); Green value is 11 (4.69% from 255 or 3.19% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 211 - color contains mainly: red. Hex color #D30B7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30B7B is #2CF484. Grayscale: #535353. Windows color (decimal): -2946181 or 8063955. OLE color: 8063955.

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

Color convert

RGB 211 11 123 -
CMYK 0 0.95 0.42 0.17
HSL 326.4º 0.9% 0.44% -
HSV(B) 326.4º 0.95% 0.83% -
XYZ 30.56 15.52 20.12 -
YUV 83.57 150.26 218.89 -
System Red Green Blue C M Y K H S L
Decimal 211 11 123 0 0.95 0.42 0.17 326.4 0.9 0.44
Hex D3 B 7B 0 5F 2A 11 146 5A 2C
Octal 323 13 173 0 137 52 21 506 132 54
Binary 11010011 1011 1111011 0 1011111 101010 10001 101000110 1011010 101100

Color Harmonies of #D30B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30B7B

Black with #D30B7B

Text Example


Text Example

White with #D30B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30B7B; }

 p { color: rgb(211,11,123); }

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

background-color css

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

 a { background-color: rgb(211,11,123); }

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

border-color css

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

 span { border-color: rgb(211,11,123); }

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