Html Css Color HEX #D01296 Medium Violet Red

📋 copy color: '#D01296'

red 208 ◦ green 18 ◦ blue 150

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

Shades of Medium Violet Red #D01296

Tints of Medium Violet Red #D01296

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.79%

 BLUE value IS 150 (58.98% from 255) = 39.89%

R = 55.32%
G = 4.79%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D01296 (or 0xD01296) is known color: Medium Violet Red. HEX triplet: D0, 12 and 96. RGB value is (208,18,150). Sum of RGB (Red+Green+Blue) = 208+18+150=376 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.32% from 376); Green value is 18 (7.42% from 255 or 4.79% from 376); Blue value is 150 (58.98% from 255 or 39.89% from 376); Max value from RGB is 208 - color contains mainly: red. Hex color #D01296 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D01296 is #2FED69. Grayscale: #595959. Windows color (decimal): -3140970 or 9835216. OLE color: 9835216.

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

Color convert

RGB 208 18 150 -
CMYK 0 0.91 0.28 0.18
HSL 318.32º 0.84% 0.44% -
HSV(B) 318.32º 0.91% 0.82% -
XYZ 31.73 16.04 30.28 -
YUV 89.86 161.95 212.27 -
System Red Green Blue C M Y K H S L
Decimal 208 18 150 0 0.91 0.28 0.18 318.32 0.84 0.44
Hex D0 12 96 0 5B 1C 12 13E 54 2C
Octal 320 22 226 0 133 34 22 476 124 54
Binary 11010000 10010 10010110 0 1011011 11100 10010 100111110 1010100 101100

Color Harmonies of #D01296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01296

Black with #D01296

Text Example


Text Example

White with #D01296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01296; }

 p { color: rgb(208,18,150); }

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

background-color css

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

 a { background-color: rgb(208,18,150); }

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

border-color css

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

 span { border-color: rgb(208,18,150); }

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