Html Css Color HEX #DD0B89 Medium Violet Red

📋 copy color: '#DD0B89'

red 221 ◦ green 11 ◦ blue 137

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

Shades of Medium Violet Red #DD0B89

Tints of Medium Violet Red #DD0B89

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.98%

 BLUE value IS 137 (53.91% from 255) = 37.13%

R = 59.89%
G = 2.98%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD0B89 (or 0xDD0B89) is known color: Medium Violet Red. HEX triplet: DD, 0B and 89. RGB value is (221,11,137). Sum of RGB (Red+Green+Blue) = 221+11+137=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 11 (4.69% from 255 or 2.98% from 369); Blue value is 137 (53.91% from 255 or 37.13% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0B89 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0B89 is #22F476. Grayscale: #575757. Windows color (decimal): -2290807 or 8981469. OLE color: 8981469.

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

Color convert

RGB 221 11 137 -
CMYK 0 0.95 0.38 0.13
HSL 324º 0.91% 0.45% -
HSV(B) 324º 0.95% 0.87% -
XYZ 34.45 17.42 25.21 -
YUV 88.15 155.57 222.75 -
System Red Green Blue C M Y K H S L
Decimal 221 11 137 0 0.95 0.38 0.13 324 0.91 0.45
Hex DD B 89 0 5F 26 D 144 5B 2D
Octal 335 13 211 0 137 46 15 504 133 55
Binary 11011101 1011 10001001 0 1011111 100110 1101 101000100 1011011 101101

Color Harmonies of #DD0B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0B89

Black with #DD0B89

Text Example


Text Example

White with #DD0B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0B89; }

 p { color: rgb(221,11,137); }

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

background-color css

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

 a { background-color: rgb(221,11,137); }

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

border-color css

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

 span { border-color: rgb(221,11,137); }

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