Html Css Color HEX #DD0983 Medium Violet Red

📋 copy color: '#DD0983'

red 221 ◦ green 9 ◦ blue 131

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

Shades of Medium Violet Red #DD0983

Tints of Medium Violet Red #DD0983

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.49%

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

R = 61.22%
G = 2.49%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DD0983 (or 0xDD0983) is known color: Medium Violet Red. HEX triplet: DD, 09 and 83. RGB value is (221,9,131). Sum of RGB (Red+Green+Blue) = 221+9+131=361 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.22% from 361); Green value is 9 (3.91% from 255 or 2.49% from 361); Blue value is 131 (51.56% from 255 or 36.29% from 361); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0983 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0983 is #22F67C. Grayscale: #565656. Windows color (decimal): -2291325 or 8587741. OLE color: 8587741.

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

Color convert

RGB 221 9 131 -
CMYK 0 0.96 0.41 0.13
HSL 325.47º 0.92% 0.45% -
HSV(B) 325.47º 0.96% 0.87% -
XYZ 34.01 17.21 23 -
YUV 86.3 153.24 224.08 -
System Red Green Blue C M Y K H S L
Decimal 221 9 131 0 0.96 0.41 0.13 325.47 0.92 0.45
Hex DD 9 83 0 60 29 D 145 5C 2D
Octal 335 11 203 0 140 51 15 505 134 55
Binary 11011101 1001 10000011 0 1100000 101001 1101 101000101 1011100 101101

Color Harmonies of #DD0983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0983

Black with #DD0983

Text Example


Text Example

White with #DD0983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0983; }

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

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

background-color css

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

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

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

border-color css

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

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

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