Html Css Color HEX #D0027B Medium Violet Red

📋 copy color: '#D0027B'

red 208 ◦ green 2 ◦ blue 123

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

Shades of Medium Violet Red #D0027B

Tints of Medium Violet Red #D0027B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 36.94%

R = 62.46%
G = 0.6%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D0027B (or 0xD0027B) is known color: Medium Violet Red. HEX triplet: D0, 02 and 7B. RGB value is (208,2,123). Sum of RGB (Red+Green+Blue) = 208+2+123=333 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.46% from 333); Green value is 2 (1.17% from 255 or 0.60% from 333); Blue value is 123 (48.44% from 255 or 36.94% from 333); Max value from RGB is 208 - color contains mainly: red. Hex color #D0027B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0027B is #2FFD84. Grayscale: #4D4D4D. Windows color (decimal): -3145093 or 8061648. OLE color: 8061648.

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

Color convert

RGB 208 2 123 -
CMYK 0 0.99 0.41 0.18
HSL 324.76º 0.98% 0.41% -
HSV(B) 324.76º 0.99% 0.82% -
XYZ 29.61 14.88 20.05 -
YUV 77.39 153.75 221.16 -
System Red Green Blue C M Y K H S L
Decimal 208 2 123 0 0.99 0.41 0.18 324.76 0.98 0.41
Hex D0 2 7B 0 63 29 12 145 62 29
Octal 320 2 173 0 143 51 22 505 142 51
Binary 11010000 10 1111011 0 1100011 101001 10010 101000101 1100010 101001

Color Harmonies of #D0027B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0027B

Black with #D0027B

Text Example


Text Example

White with #D0027B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0027B; }

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

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

background-color css

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

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

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

border-color css

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

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

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