Html Css Color HEX #D2147D Medium Violet Red

📋 copy color: '#D2147D'

red 210 ◦ green 20 ◦ blue 125

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

Shades of Medium Violet Red #D2147D

Tints of Medium Violet Red #D2147D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.63%

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

R = 59.15%
G = 5.63%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D2147D (or 0xD2147D) is known color: Medium Violet Red. HEX triplet: D2, 14 and 7D. RGB value is (210,20,125). Sum of RGB (Red+Green+Blue) = 210+20+125=355 (47% of max value = 765). Red value is 210 (82.42% from 255 or 59.15% from 355); Green value is 20 (8.20% from 255 or 5.63% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 210 - color contains mainly: red. Hex color #D2147D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2147D is #2DEB82. Grayscale: #585858. Windows color (decimal): -3009411 or 8197330. OLE color: 8197330.

HSL color Cylindrical-coordinate representation of color #D2147D: hue angle of 326.84º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D2147D is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 20 125 -
CMYK 0 0.90 0.40 0.18
HSL 326.84º 0.83% 0.45% -
HSV(B) 326.84º 0.9% 0.82% -
XYZ 30.53 15.68 20.82 -
YUV 88.78 148.45 214.46 -
System Red Green Blue C M Y K H S L
Decimal 210 20 125 0 0.90 0.40 0.18 326.84 0.83 0.45
Hex D2 14 7D 0 5A 28 12 147 53 2D
Octal 322 24 175 0 132 50 22 507 123 55
Binary 11010010 10100 1111101 0 1011010 101000 10010 101000111 1010011 101101

Color Harmonies of #D2147D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2147D

Black with #D2147D

Text Example


Text Example

White with #D2147D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2147D; }

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

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

background-color css

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

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

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

border-color css

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

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

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