Html Css Color HEX #D00372 Medium Violet Red

📋 copy color: '#D00372'

red 208 ◦ green 3 ◦ blue 114

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

Shades of Medium Violet Red #D00372

Tints of Medium Violet Red #D00372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 35.08%

R = 64%
G = 0.92%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D00372 (or 0xD00372) is known color: Medium Violet Red. HEX triplet: D0, 03 and 72. RGB value is (208,3,114). Sum of RGB (Red+Green+Blue) = 208+3+114=325 (43% of max value = 765). Red value is 208 (81.64% from 255 or 64% from 325); Green value is 3 (1.56% from 255 or 0.92% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 208 - color contains mainly: red. Hex color #D00372 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00372 is #2FFC8D. Grayscale: #4C4C4C. Windows color (decimal): -3144846 or 7472080. OLE color: 7472080.

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

Color convert

RGB 208 3 114 -
CMYK 0 0.99 0.45 0.18
HSL 327.51º 0.97% 0.41% -
HSV(B) 327.51º 0.99% 0.82% -
XYZ 29.08 14.69 17.22 -
YUV 76.95 148.92 221.47 -
System Red Green Blue C M Y K H S L
Decimal 208 3 114 0 0.99 0.45 0.18 327.51 0.97 0.41
Hex D0 3 72 0 63 2D 12 148 61 29
Octal 320 3 162 0 143 55 22 510 141 51
Binary 11010000 11 1110010 0 1100011 101101 10010 101001000 1100001 101001

Color Harmonies of #D00372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00372

Black with #D00372

Text Example


Text Example

White with #D00372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00372; }

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

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

background-color css

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

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

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

border-color css

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

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

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