Html Css Color HEX #DD0F93 Medium Violet Red

📋 copy color: '#DD0F93'

red 221 ◦ green 15 ◦ blue 147

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

Shades of Medium Violet Red #DD0F93

Tints of Medium Violet Red #DD0F93

RGB

 RED value IS 221 (86.72% from 255) = 57.7%

 GREEN value IS 15 (6.25% from 255) = 3.92%

 BLUE value IS 147 (57.81% from 255) = 38.38%

R = 57.7%
G = 3.92%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD0F93 (or 0xDD0F93) is known color: Medium Violet Red. HEX triplet: DD, 0F and 93. RGB value is (221,15,147). Sum of RGB (Red+Green+Blue) = 221+15+147=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 15 (6.25% from 255 or 3.92% from 383); Blue value is 147 (57.81% from 255 or 38.38% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0F93 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0F93 is #22F06C. Grayscale: #5B5B5B. Windows color (decimal): -2289773 or 9637853. OLE color: 9637853.

HSL color Cylindrical-coordinate representation of color #DD0F93: hue angle of 321.55º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD0F93 is Cyan = 0, Magento = 0.93, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 15 147 -
CMYK 0 0.93 0.33 0.13
HSL 321.55º 0.87% 0.46% -
HSV(B) 321.55º 0.93% 0.87% -
XYZ 35.26 17.82 29.19 -
YUV 91.64 159.25 220.27 -
System Red Green Blue C M Y K H S L
Decimal 221 15 147 0 0.93 0.33 0.13 321.55 0.87 0.46
Hex DD F 93 0 5D 21 D 142 57 2E
Octal 335 17 223 0 135 41 15 502 127 56
Binary 11011101 1111 10010011 0 1011101 100001 1101 101000010 1010111 101110

Color Harmonies of #DD0F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0F93

Black with #DD0F93

Text Example


Text Example

White with #DD0F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0F93; }

 p { color: rgb(221,15,147); }

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

background-color css

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

 a { background-color: rgb(221,15,147); }

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

border-color css

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

 span { border-color: rgb(221,15,147); }

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