Html Css Color HEX #D2058B Medium Violet Red

📋 copy color: '#D2058B'

red 210 ◦ green 5 ◦ blue 139

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

Shades of Medium Violet Red #D2058B

Tints of Medium Violet Red #D2058B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.27%

R = 59.32%
G = 1.41%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D2058B (or 0xD2058B) is known color: Medium Violet Red. HEX triplet: D2, 05 and 8B. RGB value is (210,5,139). Sum of RGB (Red+Green+Blue) = 210+5+139=354 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.32% from 354); Green value is 5 (2.34% from 255 or 1.41% from 354); Blue value is 139 (54.69% from 255 or 39.27% from 354); Max value from RGB is 210 - color contains mainly: red. Hex color #D2058B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2058B is #2DFA74. Grayscale: #515151. Windows color (decimal): -3013237 or 9110994. OLE color: 9110994.

HSL color Cylindrical-coordinate representation of color #D2058B: hue angle of 320.78º 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 #D2058B is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 5 139 -
CMYK 0 0.98 0.34 0.18
HSL 320.78º 0.95% 0.42% -
HSV(B) 320.78º 0.98% 0.82% -
XYZ 31.29 15.67 25.8 -
YUV 81.57 160.42 219.6 -
System Red Green Blue C M Y K H S L
Decimal 210 5 139 0 0.98 0.34 0.18 320.78 0.95 0.42
Hex D2 5 8B 0 62 22 12 141 5F 2A
Octal 322 5 213 0 142 42 22 501 137 52
Binary 11010010 101 10001011 0 1100010 100010 10010 101000001 1011111 101010

Color Harmonies of #D2058B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2058B

Black with #D2058B

Text Example


Text Example

White with #D2058B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2058B; }

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

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

background-color css

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

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

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

border-color css

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

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

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