Html Css Color HEX #D30BA2 Medium Violet Red

📋 copy color: '#D30BA2'

red 211 ◦ green 11 ◦ blue 162

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

Shades of Medium Violet Red #D30BA2

Tints of Medium Violet Red #D30BA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 42.19%

R = 54.95%
G = 2.86%
B = 42.19%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.23

 K value IS 0.17

RGB Variations

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

Color information

#D30BA2 (or 0xD30BA2) is known color: Medium Violet Red. HEX triplet: D3, 0B and A2. RGB value is (211,11,162). Sum of RGB (Red+Green+Blue) = 211+11+162=384 (50% of max value = 765). Red value is 211 (82.81% from 255 or 54.95% from 384); Green value is 11 (4.69% from 255 or 2.86% from 384); Blue value is 162 (63.67% from 255 or 42.19% from 384); Max value from RGB is 211 - color contains mainly: red. Hex color #D30BA2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D30BA2 is #2CF45D. Grayscale: #575757. Windows color (decimal): -2946142 or 10619859. OLE color: 10619859.

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

Color convert

RGB 211 11 162 -
CMYK 0 0.95 0.23 0.17
HSL 314.7º 0.9% 0.44% -
HSV(B) 314.7º 0.95% 0.83% -
XYZ 33.51 16.7 35.64 -
YUV 88.01 169.76 215.72 -
System Red Green Blue C M Y K H S L
Decimal 211 11 162 0 0.95 0.23 0.17 314.7 0.9 0.44
Hex D3 B A2 0 5F 17 11 13B 5A 2C
Octal 323 13 242 0 137 27 21 473 132 54
Binary 11010011 1011 10100010 0 1011111 10111 10001 100111011 1011010 101100

Color Harmonies of #D30BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30BA2

Black with #D30BA2

Text Example


Text Example

White with #D30BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30BA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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