Html Css Color HEX #D0037B Medium Violet Red

📋 copy color: '#D0037B'

red 208 ◦ green 3 ◦ blue 123

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

Shades of Medium Violet Red #D0037B

Tints of Medium Violet Red #D0037B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.9%

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

R = 62.28%
G = 0.9%
B = 36.83%

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

#D0037B (or 0xD0037B) is known color: Medium Violet Red. HEX triplet: D0, 03 and 7B. RGB value is (208,3,123). Sum of RGB (Red+Green+Blue) = 208+3+123=334 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.28% from 334); Green value is 3 (1.56% from 255 or 0.90% from 334); Blue value is 123 (48.44% from 255 or 36.83% from 334); Max value from RGB is 208 - color contains mainly: red. Hex color #D0037B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0037B is #2FFC84. Grayscale: #4D4D4D. Windows color (decimal): -3144837 or 8061904. OLE color: 8061904.

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

Color convert

RGB 208 3 123 -
CMYK 0 0.99 0.41 0.18
HSL 324.88º 0.97% 0.41% -
HSV(B) 324.88º 0.99% 0.82% -
XYZ 29.62 14.91 20.05 -
YUV 77.98 153.42 220.74 -
System Red Green Blue C M Y K H S L
Decimal 208 3 123 0 0.99 0.41 0.18 324.88 0.97 0.41
Hex D0 3 7B 0 63 29 12 145 61 29
Octal 320 3 173 0 143 51 22 505 141 51
Binary 11010000 11 1111011 0 1100011 101001 10010 101000101 1100001 101001

Color Harmonies of #D0037B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0037B

Black with #D0037B

Text Example


Text Example

White with #D0037B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0037B; }

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

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

background-color css

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

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

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

border-color css

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

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

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