Html Css Color HEX #D2127F Medium Violet Red

📋 copy color: '#D2127F'

red 210 ◦ green 18 ◦ blue 127

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

Shades of Medium Violet Red #D2127F

Tints of Medium Violet Red #D2127F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.07%

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

R = 59.15%
G = 5.07%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D2127F (or 0xD2127F) is known color: Medium Violet Red. HEX triplet: D2, 12 and 7F. RGB value is (210,18,127). Sum of RGB (Red+Green+Blue) = 210+18+127=355 (47% of max value = 765). Red value is 210 (82.42% from 255 or 59.15% from 355); Green value is 18 (7.42% from 255 or 5.07% from 355); Blue value is 127 (50% from 255 or 35.77% from 355); Max value from RGB is 210 - color contains mainly: red. Hex color #D2127F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2127F is #2DED80. Grayscale: #575757. Windows color (decimal): -3009921 or 8327890. OLE color: 8327890.

HSL color Cylindrical-coordinate representation of color #D2127F: hue angle of 325.94º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D2127F is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 18 127 -
CMYK 0 0.91 0.40 0.18
HSL 325.94º 0.84% 0.45% -
HSV(B) 325.94º 0.91% 0.82% -
XYZ 30.63 15.67 21.49 -
YUV 87.83 150.11 215.14 -
System Red Green Blue C M Y K H S L
Decimal 210 18 127 0 0.91 0.40 0.18 325.94 0.84 0.45
Hex D2 12 7F 0 5B 28 12 146 54 2D
Octal 322 22 177 0 133 50 22 506 124 55
Binary 11010010 10010 1111111 0 1011011 101000 10010 101000110 1010100 101101

Color Harmonies of #D2127F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2127F

Black with #D2127F

Text Example


Text Example

White with #D2127F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2127F; }

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

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

background-color css

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

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

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

border-color css

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

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

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