Html Css Color HEX #D2047D Medium Violet Red

📋 copy color: '#D2047D'

red 210 ◦ green 4 ◦ blue 125

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

Shades of Medium Violet Red #D2047D

Tints of Medium Violet Red #D2047D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.18%

 BLUE value IS 125 (49.22% from 255) = 36.87%

R = 61.95%
G = 1.18%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D2047D (or 0xD2047D) is known color: Medium Violet Red. HEX triplet: D2, 04 and 7D. RGB value is (210,4,125). Sum of RGB (Red+Green+Blue) = 210+4+125=339 (44% of max value = 765). Red value is 210 (82.42% from 255 or 61.95% from 339); Green value is 4 (1.95% from 255 or 1.18% from 339); Blue value is 125 (49.22% from 255 or 36.87% from 339); Max value from RGB is 210 - color contains mainly: red. Hex color #D2047D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2047D is #2DFB82. Grayscale: #4F4F4F. Windows color (decimal): -3013507 or 8193234. OLE color: 8193234.

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

Color convert

RGB 210 4 125 -
CMYK 0 0.98 0.40 0.18
HSL 324.76º 0.96% 0.42% -
HSV(B) 324.76º 0.98% 0.82% -
XYZ 30.32 15.27 20.75 -
YUV 79.39 153.75 221.16 -
System Red Green Blue C M Y K H S L
Decimal 210 4 125 0 0.98 0.40 0.18 324.76 0.96 0.42
Hex D2 4 7D 0 62 28 12 145 60 2A
Octal 322 4 175 0 142 50 22 505 140 52
Binary 11010010 100 1111101 0 1100010 101000 10010 101000101 1100000 101010

Color Harmonies of #D2047D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2047D

Black with #D2047D

Text Example


Text Example

White with #D2047D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2047D; }

 p { color: rgb(210,4,125); }

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

background-color css

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

 a { background-color: rgb(210,4,125); }

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

border-color css

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

 span { border-color: rgb(210,4,125); }

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