Html Css Color HEX #D3027D Medium Violet Red

📋 copy color: '#D3027D'

red 211 ◦ green 2 ◦ blue 125

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

Shades of Medium Violet Red #D3027D

Tints of Medium Violet Red #D3027D

RGB

 RED value IS 211 (82.81% from 255) = 62.43%

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

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

R = 62.43%
G = 0.59%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#D3027D (or 0xD3027D) is known color: Medium Violet Red. HEX triplet: D3, 02 and 7D. RGB value is (211,2,125). Sum of RGB (Red+Green+Blue) = 211+2+125=338 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.43% from 338); Green value is 2 (1.17% from 255 or 0.59% from 338); Blue value is 125 (49.22% from 255 or 36.98% from 338); Max value from RGB is 211 - color contains mainly: red. Hex color #D3027D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3027D is #2CFD82. Grayscale: #4E4E4E. Windows color (decimal): -2948483 or 8192723. OLE color: 8192723.

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

Color convert

RGB 211 2 125 -
CMYK 0 0.99 0.41 0.17
HSL 324.69º 0.98% 0.42% -
HSV(B) 324.69º 0.99% 0.83% -
XYZ 30.59 15.37 20.76 -
YUV 78.51 154.24 222.5 -
System Red Green Blue C M Y K H S L
Decimal 211 2 125 0 0.99 0.41 0.17 324.69 0.98 0.42
Hex D3 2 7D 0 63 29 11 145 62 2A
Octal 323 2 175 0 143 51 21 505 142 52
Binary 11010011 10 1111101 0 1100011 101001 10001 101000101 1100010 101010

Color Harmonies of #D3027D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3027D

Black with #D3027D

Text Example


Text Example

White with #D3027D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3027D; }

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

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

background-color css

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

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

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

border-color css

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

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

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