Html Css Color HEX #D30592 Medium Violet Red

📋 copy color: '#D30592'

red 211 ◦ green 5 ◦ blue 146

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

Shades of Medium Violet Red #D30592

Tints of Medium Violet Red #D30592

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.38%

 BLUE value IS 146 (57.42% from 255) = 40.33%

R = 58.29%
G = 1.38%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.17

RGB Variations

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

Color information

#D30592 (or 0xD30592) is known color: Medium Violet Red. HEX triplet: D3, 05 and 92. RGB value is (211,5,146). Sum of RGB (Red+Green+Blue) = 211+5+146=362 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.29% from 362); Green value is 5 (2.34% from 255 or 1.38% from 362); Blue value is 146 (57.42% from 255 or 40.33% from 362); Max value from RGB is 211 - color contains mainly: red. Hex color #D30592 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D30592 is #2CFA6D. Grayscale: #525252. Windows color (decimal): -2947694 or 9569747. OLE color: 9569747.

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

Color convert

RGB 211 5 146 -
CMYK 0 0.98 0.31 0.17
HSL 318.93º 0.95% 0.42% -
HSV(B) 318.93º 0.98% 0.83% -
XYZ 32.11 16.03 28.6 -
YUV 82.67 163.75 219.54 -
System Red Green Blue C M Y K H S L
Decimal 211 5 146 0 0.98 0.31 0.17 318.93 0.95 0.42
Hex D3 5 92 0 62 1F 11 13F 5F 2A
Octal 323 5 222 0 142 37 21 477 137 52
Binary 11010011 101 10010010 0 1100010 11111 10001 100111111 1011111 101010

Color Harmonies of #D30592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30592

Black with #D30592

Text Example


Text Example

White with #D30592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30592; }

 p { color: rgb(211,5,146); }

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

background-color css

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

 a { background-color: rgb(211,5,146); }

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

border-color css

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

 span { border-color: rgb(211,5,146); }

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