Html Css Color HEX #DD0388 Medium Violet Red

📋 copy color: '#DD0388'

red 221 ◦ green 3 ◦ blue 136

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

Shades of Medium Violet Red #DD0388

Tints of Medium Violet Red #DD0388

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.83%

 BLUE value IS 136 (53.52% from 255) = 37.78%

R = 61.39%
G = 0.83%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD0388 (or 0xDD0388) is known color: Medium Violet Red. HEX triplet: DD, 03 and 88. RGB value is (221,3,136). Sum of RGB (Red+Green+Blue) = 221+3+136=360 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.39% from 360); Green value is 3 (1.56% from 255 or 0.83% from 360); Blue value is 136 (53.52% from 255 or 37.78% from 360); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0388 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0388 is #22FC77. Grayscale: #535353. Windows color (decimal): -2292856 or 8913885. OLE color: 8913885.

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

Color convert

RGB 221 3 136 -
CMYK 0 0.99 0.38 0.13
HSL 323.39º 0.97% 0.44% -
HSV(B) 323.39º 0.99% 0.87% -
XYZ 34.3 17.21 24.81 -
YUV 83.34 157.72 226.19 -
System Red Green Blue C M Y K H S L
Decimal 221 3 136 0 0.99 0.38 0.13 323.39 0.97 0.44
Hex DD 3 88 0 63 26 D 143 61 2C
Octal 335 3 210 0 143 46 15 503 141 54
Binary 11011101 11 10001000 0 1100011 100110 1101 101000011 1100001 101100

Color Harmonies of #DD0388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0388

Black with #DD0388

Text Example


Text Example

White with #DD0388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0388; }

 p { color: rgb(221,3,136); }

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

background-color css

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

 a { background-color: rgb(221,3,136); }

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

border-color css

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

 span { border-color: rgb(221,3,136); }

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