Html Css Color HEX #D2027E Medium Violet Red

📋 copy color: '#D2027E'

red 210 ◦ green 2 ◦ blue 126

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

Shades of Medium Violet Red #D2027E

Tints of Medium Violet Red #D2027E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.59%

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

R = 62.13%
G = 0.59%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.4

 K value IS 0.18

RGB Variations

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

Color information

#D2027E (or 0xD2027E) is known color: Medium Violet Red. HEX triplet: D2, 02 and 7E. RGB value is (210,2,126). Sum of RGB (Red+Green+Blue) = 210+2+126=338 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.13% from 338); Green value is 2 (1.17% from 255 or 0.59% from 338); Blue value is 126 (49.61% from 255 or 37.28% from 338); Max value from RGB is 210 - color contains mainly: red. Hex color #D2027E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2027E is #2DFD81. Grayscale: #4E4E4E. Windows color (decimal): -3014018 or 8258258. OLE color: 8258258.

HSL color Cylindrical-coordinate representation of color #D2027E: hue angle of 324.23º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D2027E is Cyan = 0, Magento = 0.99, Yellow = 0.4 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 2 126 -
CMYK 0 0.99 0.4 0.18
HSL 324.23º 0.98% 0.42% -
HSV(B) 324.23º 0.99% 0.82% -
XYZ 30.37 15.25 21.08 -
YUV 78.33 154.91 221.92 -
System Red Green Blue C M Y K H S L
Decimal 210 2 126 0 0.99 0.4 0.18 324.23 0.98 0.42
Hex D2 2 7E 0 63 28 12 144 62 2A
Octal 322 2 176 0 143 50 22 504 142 52
Binary 11010010 10 1111110 0 1100011 101000 10010 101000100 1100010 101010

Color Harmonies of #D2027E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2027E

Black with #D2027E

Text Example


Text Example

White with #D2027E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2027E; }

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

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

background-color css

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

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

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

border-color css

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

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

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