Html Css Color HEX #D0027C Medium Violet Red

📋 copy color: '#D0027C'

red 208 ◦ green 2 ◦ blue 124

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

Shades of Medium Violet Red #D0027C

Tints of Medium Violet Red #D0027C

RGB

 RED value IS 208 (81.64% from 255) = 62.28%

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

 BLUE value IS 124 (48.83% from 255) = 37.13%

R = 62.28%
G = 0.6%
B = 37.13%

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

#D0027C (or 0xD0027C) is known color: Medium Violet Red. HEX triplet: D0, 02 and 7C. RGB value is (208,2,124). Sum of RGB (Red+Green+Blue) = 208+2+124=334 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.28% from 334); Green value is 2 (1.17% from 255 or 0.60% from 334); Blue value is 124 (48.83% from 255 or 37.13% from 334); Max value from RGB is 208 - color contains mainly: red. Hex color #D0027C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0027C is #2FFD83. Grayscale: #4D4D4D. Windows color (decimal): -3145092 or 8127184. OLE color: 8127184.

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

Color convert

RGB 208 2 124 -
CMYK 0 0.99 0.40 0.18
HSL 324.47º 0.98% 0.41% -
HSV(B) 324.47º 0.99% 0.82% -
XYZ 29.67 14.91 20.38 -
YUV 77.5 154.25 221.08 -
System Red Green Blue C M Y K H S L
Decimal 208 2 124 0 0.99 0.40 0.18 324.47 0.98 0.41
Hex D0 2 7C 0 63 28 12 144 62 29
Octal 320 2 174 0 143 50 22 504 142 51
Binary 11010000 10 1111100 0 1100011 101000 10010 101000100 1100010 101001

Color Harmonies of #D0027C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0027C

Black with #D0027C

Text Example


Text Example

White with #D0027C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0027C; }

 p { color: rgb(208,2,124); }

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

background-color css

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

 a { background-color: rgb(208,2,124); }

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

border-color css

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

 span { border-color: rgb(208,2,124); }

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