Html Css Color HEX #DD127B Medium Violet Red

📋 copy color: '#DD127B'

red 221 ◦ green 18 ◦ blue 123

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

Shades of Medium Violet Red #DD127B

Tints of Medium Violet Red #DD127B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.97%

 BLUE value IS 123 (48.44% from 255) = 33.98%

R = 61.05%
G = 4.97%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DD127B (or 0xDD127B) is known color: Medium Violet Red. HEX triplet: DD, 12 and 7B. RGB value is (221,18,123). Sum of RGB (Red+Green+Blue) = 221+18+123=362 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.05% from 362); Green value is 18 (7.42% from 255 or 4.97% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 221 - color contains mainly: red. Hex color #DD127B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD127B is #22ED84. Grayscale: #5A5A5A. Windows color (decimal): -2289029 or 8065757. OLE color: 8065757.

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

Color convert

RGB 221 18 123 -
CMYK 0 0.92 0.44 0.13
HSL 328.97º 0.85% 0.47% -
HSV(B) 328.97º 0.92% 0.87% -
XYZ 33.61 17.23 20.29 -
YUV 90.67 146.25 220.96 -
System Red Green Blue C M Y K H S L
Decimal 221 18 123 0 0.92 0.44 0.13 328.97 0.85 0.47
Hex DD 12 7B 0 5C 2C D 149 55 2F
Octal 335 22 173 0 134 54 15 511 125 57
Binary 11011101 10010 1111011 0 1011100 101100 1101 101001001 1010101 101111

Color Harmonies of #DD127B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD127B

Black with #DD127B

Text Example


Text Example

White with #DD127B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD127B; }

 p { color: rgb(221,18,123); }

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

background-color css

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

 a { background-color: rgb(221,18,123); }

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

border-color css

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

 span { border-color: rgb(221,18,123); }

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