Html Css Color HEX #D01294 Medium Violet Red

📋 copy color: '#D01294'

red 208 ◦ green 18 ◦ blue 148

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

Shades of Medium Violet Red #D01294

Tints of Medium Violet Red #D01294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 39.57%

R = 55.61%
G = 4.81%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D01294 (or 0xD01294) is known color: Medium Violet Red. HEX triplet: D0, 12 and 94. RGB value is (208,18,148). Sum of RGB (Red+Green+Blue) = 208+18+148=374 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.61% from 374); Green value is 18 (7.42% from 255 or 4.81% from 374); Blue value is 148 (58.20% from 255 or 39.57% from 374); Max value from RGB is 208 - color contains mainly: red. Hex color #D01294 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D01294 is #2FED6B. Grayscale: #595959. Windows color (decimal): -3140972 or 9704144. OLE color: 9704144.

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

Color convert

RGB 208 18 148 -
CMYK 0 0.91 0.29 0.18
HSL 318.95º 0.84% 0.44% -
HSV(B) 318.95º 0.91% 0.82% -
XYZ 31.57 15.98 29.44 -
YUV 89.63 160.95 212.43 -
System Red Green Blue C M Y K H S L
Decimal 208 18 148 0 0.91 0.29 0.18 318.95 0.84 0.44
Hex D0 12 94 0 5B 1D 12 13F 54 2C
Octal 320 22 224 0 133 35 22 477 124 54
Binary 11010000 10010 10010100 0 1011011 11101 10010 100111111 1010100 101100

Color Harmonies of #D01294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01294

Black with #D01294

Text Example


Text Example

White with #D01294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01294; }

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

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

background-color css

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

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

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

border-color css

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

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

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