Html Css Color HEX #DD0783 Medium Violet Red

📋 copy color: '#DD0783'

red 221 ◦ green 7 ◦ blue 131

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

Shades of Medium Violet Red #DD0783

Tints of Medium Violet Red #DD0783

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.95%

 BLUE value IS 131 (51.56% from 255) = 36.49%

R = 61.56%
G = 1.95%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DD0783 (or 0xDD0783) is known color: Medium Violet Red. HEX triplet: DD, 07 and 83. RGB value is (221,7,131). Sum of RGB (Red+Green+Blue) = 221+7+131=359 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.56% from 359); Green value is 7 (3.12% from 255 or 1.95% from 359); Blue value is 131 (51.56% from 255 or 36.49% from 359); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0783 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0783 is #22F87C. Grayscale: #545454. Windows color (decimal): -2291837 or 8587229. OLE color: 8587229.

HSL color Cylindrical-coordinate representation of color #DD0783: hue angle of 325.23º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD0783 is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 7 131 -
CMYK 0 0.97 0.41 0.13
HSL 325.23º 0.94% 0.45% -
HSV(B) 325.23º 0.97% 0.87% -
XYZ 33.99 17.16 22.99 -
YUV 85.12 153.9 224.92 -
System Red Green Blue C M Y K H S L
Decimal 221 7 131 0 0.97 0.41 0.13 325.23 0.94 0.45
Hex DD 7 83 0 61 29 D 145 5E 2D
Octal 335 7 203 0 141 51 15 505 136 55
Binary 11011101 111 10000011 0 1100001 101001 1101 101000101 1011110 101101

Color Harmonies of #DD0783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0783

Black with #DD0783

Text Example


Text Example

White with #DD0783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0783; }

 p { color: rgb(221,7,131); }

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

background-color css

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

 a { background-color: rgb(221,7,131); }

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

border-color css

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

 span { border-color: rgb(221,7,131); }

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