Html Css Color HEX #D2088E Medium Violet Red

📋 copy color: '#D2088E'

red 210 ◦ green 8 ◦ blue 142

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

Shades of Medium Violet Red #D2088E

Tints of Medium Violet Red #D2088E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.22%

 BLUE value IS 142 (55.86% from 255) = 39.44%

R = 58.33%
G = 2.22%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D2088E (or 0xD2088E) is known color: Medium Violet Red. HEX triplet: D2, 08 and 8E. RGB value is (210,8,142). Sum of RGB (Red+Green+Blue) = 210+8+142=360 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.33% from 360); Green value is 8 (3.52% from 255 or 2.22% from 360); Blue value is 142 (55.86% from 255 or 39.44% from 360); Max value from RGB is 210 - color contains mainly: red. Hex color #D2088E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2088E is #2DF771. Grayscale: #535353. Windows color (decimal): -3012466 or 9308370. OLE color: 9308370.

HSL color Cylindrical-coordinate representation of color #D2088E: hue angle of 320.2º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D2088E is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 8 142 -
CMYK 0 0.96 0.32 0.18
HSL 320.2º 0.93% 0.43% -
HSV(B) 320.2º 0.96% 0.82% -
XYZ 31.55 15.83 26.98 -
YUV 83.67 160.92 218.1 -
System Red Green Blue C M Y K H S L
Decimal 210 8 142 0 0.96 0.32 0.18 320.2 0.93 0.43
Hex D2 8 8E 0 60 20 12 140 5D 2B
Octal 322 10 216 0 140 40 22 500 135 53
Binary 11010010 1000 10001110 0 1100000 100000 10010 101000000 1011101 101011

Color Harmonies of #D2088E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2088E

Black with #D2088E

Text Example


Text Example

White with #D2088E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2088E; }

 p { color: rgb(210,8,142); }

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

background-color css

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

 a { background-color: rgb(210,8,142); }

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

border-color css

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

 span { border-color: rgb(210,8,142); }

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