Html Css Color HEX #D2027F Medium Violet Red

📋 copy color: '#D2027F'

red 210 ◦ green 2 ◦ blue 127

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

Shades of Medium Violet Red #D2027F

Tints of Medium Violet Red #D2027F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.46%

R = 61.95%
G = 0.59%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D2027F (or 0xD2027F) is known color: Medium Violet Red. HEX triplet: D2, 02 and 7F. RGB value is (210,2,127). Sum of RGB (Red+Green+Blue) = 210+2+127=339 (44% of max value = 765). Red value is 210 (82.42% from 255 or 61.95% from 339); Green value is 2 (1.17% from 255 or 0.59% from 339); Blue value is 127 (50% from 255 or 37.46% from 339); Max value from RGB is 210 - color contains mainly: red. Hex color #D2027F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2027F is #2DFD80. Grayscale: #4E4E4E. Windows color (decimal): -3014017 or 8323794. OLE color: 8323794.

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

Color convert

RGB 210 2 127 -
CMYK 0 0.99 0.40 0.18
HSL 323.94º 0.98% 0.42% -
HSV(B) 323.94º 0.99% 0.82% -
XYZ 30.43 15.28 21.42 -
YUV 78.44 155.41 221.84 -
System Red Green Blue C M Y K H S L
Decimal 210 2 127 0 0.99 0.40 0.18 323.94 0.98 0.42
Hex D2 2 7F 0 63 28 12 144 62 2A
Octal 322 2 177 0 143 50 22 504 142 52
Binary 11010010 10 1111111 0 1100011 101000 10010 101000100 1100010 101010

Color Harmonies of #D2027F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2027F

Black with #D2027F

Text Example


Text Example

White with #D2027F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2027F; }

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

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

background-color css

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

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

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

border-color css

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

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

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