Html Css Color HEX #D2027D Medium Violet Red

📋 copy color: '#D2027D'

red 210 ◦ green 2 ◦ blue 125

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

Shades of Medium Violet Red #D2027D

Tints of Medium Violet Red #D2027D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 37.09%

R = 62.31%
G = 0.59%
B = 37.09%

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

#D2027D (or 0xD2027D) is known color: Medium Violet Red. HEX triplet: D2, 02 and 7D. RGB value is (210,2,125). Sum of RGB (Red+Green+Blue) = 210+2+125=337 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.31% from 337); Green value is 2 (1.17% from 255 or 0.59% from 337); Blue value is 125 (49.22% from 255 or 37.09% from 337); Max value from RGB is 210 - color contains mainly: red. Hex color #D2027D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2027D is #2DFD82. Grayscale: #4D4D4D. Windows color (decimal): -3014019 or 8192722. OLE color: 8192722.

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

Color convert

RGB 210 2 125 -
CMYK 0 0.99 0.40 0.18
HSL 324.52º 0.98% 0.42% -
HSV(B) 324.52º 0.99% 0.82% -
XYZ 30.3 15.23 20.74 -
YUV 78.21 154.41 222 -
System Red Green Blue C M Y K H S L
Decimal 210 2 125 0 0.99 0.40 0.18 324.52 0.98 0.42
Hex D2 2 7D 0 63 28 12 145 62 2A
Octal 322 2 175 0 143 50 22 505 142 52
Binary 11010010 10 1111101 0 1100011 101000 10010 101000101 1100010 101010

Color Harmonies of #D2027D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2027D

Black with #D2027D

Text Example


Text Example

White with #D2027D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2027D; }

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

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

background-color css

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

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

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

border-color css

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

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

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