Html Css Color HEX #D2059B Medium Violet Red

📋 copy color: '#D2059B'

red 210 ◦ green 5 ◦ blue 155

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

Shades of Medium Violet Red #D2059B

Tints of Medium Violet Red #D2059B

RGB

 RED value IS 210 (82.42% from 255) = 56.76%

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

 BLUE value IS 155 (60.94% from 255) = 41.89%

R = 56.76%
G = 1.35%
B = 41.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D2059B (or 0xD2059B) is known color: Medium Violet Red. HEX triplet: D2, 05 and 9B. RGB value is (210,5,155). Sum of RGB (Red+Green+Blue) = 210+5+155=370 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.76% from 370); Green value is 5 (2.34% from 255 or 1.35% from 370); Blue value is 155 (60.94% from 255 or 41.89% from 370); Max value from RGB is 210 - color contains mainly: red. Hex color #D2059B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2059B is #2DFA64. Grayscale: #535353. Windows color (decimal): -3013221 or 10159570. OLE color: 10159570.

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

Color convert

RGB 210 5 155 -
CMYK 0 0.98 0.26 0.18
HSL 316.1º 0.95% 0.42% -
HSV(B) 316.1º 0.98% 0.82% -
XYZ 32.55 16.18 32.42 -
YUV 83.4 168.42 218.3 -
System Red Green Blue C M Y K H S L
Decimal 210 5 155 0 0.98 0.26 0.18 316.1 0.95 0.42
Hex D2 5 9B 0 62 1A 12 13C 5F 2A
Octal 322 5 233 0 142 32 22 474 137 52
Binary 11010010 101 10011011 0 1100010 11010 10010 100111100 1011111 101010

Color Harmonies of #D2059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2059B

Black with #D2059B

Text Example


Text Example

White with #D2059B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2059B; }

 p { color: rgb(210,5,155); }

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

background-color css

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

 a { background-color: rgb(210,5,155); }

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

border-color css

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

 span { border-color: rgb(210,5,155); }

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