Html Css Color HEX #D30192 Medium Violet Red

📋 copy color: '#D30192'

red 211 ◦ green 1 ◦ blue 146

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

Shades of Medium Violet Red #D30192

Tints of Medium Violet Red #D30192

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

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

R = 58.94%
G = 0.28%
B = 40.78%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.31

 K value IS 0.17

RGB Variations

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

Color information

#D30192 (or 0xD30192) is known color: Medium Violet Red. HEX triplet: D3, 01 and 92. RGB value is (211,1,146). Sum of RGB (Red+Green+Blue) = 211+1+146=358 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.94% from 358); Green value is 1 (0.78% from 255 or 0.28% from 358); Blue value is 146 (57.42% from 255 or 40.78% from 358); Max value from RGB is 211 - color contains mainly: red. Hex color #D30192 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D30192 is #2CFE6D. Grayscale: #4F4F4F. Windows color (decimal): -2948718 or 9568723. OLE color: 9568723.

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

Color convert

RGB 211 1 146 -
CMYK 0 1.00 0.31 0.17
HSL 318.57º 0.99% 0.42% -
HSV(B) 318.57º 1% 0.83% -
XYZ 32.06 15.95 28.58 -
YUV 80.32 165.07 221.21 -
System Red Green Blue C M Y K H S L
Decimal 211 1 146 0 1.00 0.31 0.17 318.57 0.99 0.42
Hex D3 1 92 0 64 1F 11 13F 63 2A
Octal 323 1 222 0 144 37 21 477 143 52
Binary 11010011 1 10010010 0 1100100 11111 10001 100111111 1100011 101010

Color Harmonies of #D30192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30192

Black with #D30192

Text Example


Text Example

White with #D30192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30192; }

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

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

background-color css

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

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

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

border-color css

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

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

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