Html Css Color HEX #D01392 Medium Violet Red

📋 copy color: '#D01392'

red 208 ◦ green 19 ◦ blue 146

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

Shades of Medium Violet Red #D01392

Tints of Medium Violet Red #D01392

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.09%

 BLUE value IS 146 (57.42% from 255) = 39.14%

R = 55.76%
G = 5.09%
B = 39.14%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D01392 (or 0xD01392) is known color: Medium Violet Red. HEX triplet: D0, 13 and 92. RGB value is (208,19,146). Sum of RGB (Red+Green+Blue) = 208+19+146=373 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.76% from 373); Green value is 19 (7.81% from 255 or 5.09% from 373); Blue value is 146 (57.42% from 255 or 39.14% from 373); Max value from RGB is 208 - color contains mainly: red. Hex color #D01392 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D01392 is #2FEC6D. Grayscale: #595959. Windows color (decimal): -3140718 or 9573328. OLE color: 9573328.

HSL color Cylindrical-coordinate representation of color #D01392: hue angle of 319.68º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D01392 is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 19 146 -
CMYK 0 0.91 0.30 0.18
HSL 319.68º 0.83% 0.45% -
HSV(B) 319.68º 0.91% 0.82% -
XYZ 31.43 15.95 28.62 -
YUV 89.99 159.62 212.17 -
System Red Green Blue C M Y K H S L
Decimal 208 19 146 0 0.91 0.30 0.18 319.68 0.83 0.45
Hex D0 13 92 0 5B 1E 12 140 53 2D
Octal 320 23 222 0 133 36 22 500 123 55
Binary 11010000 10011 10010010 0 1011011 11110 10010 101000000 1010011 101101

Color Harmonies of #D01392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01392

Black with #D01392

Text Example


Text Example

White with #D01392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01392; }

 p { color: rgb(208,19,146); }

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

background-color css

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

 a { background-color: rgb(208,19,146); }

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

border-color css

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

 span { border-color: rgb(208,19,146); }

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