Html Css Color HEX #D2029D Medium Violet Red

📋 copy color: '#D2029D'

red 210 ◦ green 2 ◦ blue 157

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

Shades of Medium Violet Red #D2029D

Tints of Medium Violet Red #D2029D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.54%

 BLUE value IS 157 (61.72% from 255) = 42.55%

R = 56.91%
G = 0.54%
B = 42.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D2029D (or 0xD2029D) is known color: Medium Violet Red. HEX triplet: D2, 02 and 9D. RGB value is (210,2,157). Sum of RGB (Red+Green+Blue) = 210+2+157=369 (48% of max value = 765). Red value is 210 (82.42% from 255 or 56.91% from 369); Green value is 2 (1.17% from 255 or 0.54% from 369); Blue value is 157 (61.72% from 255 or 42.55% from 369); Max value from RGB is 210 - color contains mainly: red. Hex color #D2029D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2029D is #2DFD62. Grayscale: #515151. Windows color (decimal): -3013987 or 10289874. OLE color: 10289874.

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

Color convert

RGB 210 2 157 -
CMYK 0 0.99 0.25 0.18
HSL 315.29º 0.98% 0.42% -
HSV(B) 315.29º 0.99% 0.82% -
XYZ 32.69 16.18 33.3 -
YUV 81.86 170.41 219.4 -
System Red Green Blue C M Y K H S L
Decimal 210 2 157 0 0.99 0.25 0.18 315.29 0.98 0.42
Hex D2 2 9D 0 63 19 12 13B 62 2A
Octal 322 2 235 0 143 31 22 473 142 52
Binary 11010010 10 10011101 0 1100011 11001 10010 100111011 1100010 101010

Color Harmonies of #D2029D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2029D

Black with #D2029D

Text Example


Text Example

White with #D2029D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2029D; }

 p { color: rgb(210,2,157); }

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

background-color css

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

 a { background-color: rgb(210,2,157); }

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

border-color css

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

 span { border-color: rgb(210,2,157); }

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