Html Css Color HEX #D2087E Medium Violet Red

📋 copy color: '#D2087E'

red 210 ◦ green 8 ◦ blue 126

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

Shades of Medium Violet Red #D2087E

Tints of Medium Violet Red #D2087E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 36.63%

R = 61.05%
G = 2.33%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.4

 K value IS 0.18

RGB Variations

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

Color information

#D2087E (or 0xD2087E) is known color: Medium Violet Red. HEX triplet: D2, 08 and 7E. RGB value is (210,8,126). Sum of RGB (Red+Green+Blue) = 210+8+126=344 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.05% from 344); Green value is 8 (3.52% from 255 or 2.33% from 344); Blue value is 126 (49.61% from 255 or 36.63% from 344); Max value from RGB is 210 - color contains mainly: red. Hex color #D2087E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2087E is #2DF781. Grayscale: #515151. Windows color (decimal): -3012482 or 8259794. OLE color: 8259794.

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

Color convert

RGB 210 8 126 -
CMYK 0 0.96 0.4 0.18
HSL 324.95º 0.93% 0.43% -
HSV(B) 324.95º 0.96% 0.82% -
XYZ 30.43 15.38 21.1 -
YUV 81.85 152.92 219.41 -
System Red Green Blue C M Y K H S L
Decimal 210 8 126 0 0.96 0.4 0.18 324.95 0.93 0.43
Hex D2 8 7E 0 60 28 12 145 5D 2B
Octal 322 10 176 0 140 50 22 505 135 53
Binary 11010010 1000 1111110 0 1100000 101000 10010 101000101 1011101 101011

Color Harmonies of #D2087E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2087E

Black with #D2087E

Text Example


Text Example

White with #D2087E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2087E; }

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

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

background-color css

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

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

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

border-color css

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

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

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