Html Css Color HEX #D2088D Medium Violet Red

📋 copy color: '#D2088D'

red 210 ◦ green 8 ◦ blue 141

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

Shades of Medium Violet Red #D2088D

Tints of Medium Violet Red #D2088D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 39.28%

R = 58.5%
G = 2.23%
B = 39.28%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D2088D (or 0xD2088D) is known color: Medium Violet Red. HEX triplet: D2, 08 and 8D. RGB value is (210,8,141). Sum of RGB (Red+Green+Blue) = 210+8+141=359 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.50% from 359); Green value is 8 (3.52% from 255 or 2.23% from 359); Blue value is 141 (55.47% from 255 or 39.28% from 359); Max value from RGB is 210 - color contains mainly: red. Hex color #D2088D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2088D is #2DF772. Grayscale: #535353. Windows color (decimal): -3012467 or 9242834. OLE color: 9242834.

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

Color convert

RGB 210 8 141 -
CMYK 0 0.96 0.33 0.18
HSL 320.5º 0.93% 0.43% -
HSV(B) 320.5º 0.96% 0.82% -
XYZ 31.47 15.8 26.59 -
YUV 83.56 160.42 218.19 -
System Red Green Blue C M Y K H S L
Decimal 210 8 141 0 0.96 0.33 0.18 320.5 0.93 0.43
Hex D2 8 8D 0 60 21 12 140 5D 2B
Octal 322 10 215 0 140 41 22 500 135 53
Binary 11010010 1000 10001101 0 1100000 100001 10010 101000000 1011101 101011

Color Harmonies of #D2088D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2088D

Black with #D2088D

Text Example


Text Example

White with #D2088D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2088D; }

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

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

background-color css

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

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

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

border-color css

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

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

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