Html Css Color HEX #DD0C7C Medium Violet Red

📋 copy color: '#DD0C7C'

red 221 ◦ green 12 ◦ blue 124

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

Shades of Medium Violet Red #DD0C7C

Tints of Medium Violet Red #DD0C7C

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.36%

 BLUE value IS 124 (48.83% from 255) = 34.73%

R = 61.9%
G = 3.36%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DD0C7C (or 0xDD0C7C) is known color: Medium Violet Red. HEX triplet: DD, 0C and 7C. RGB value is (221,12,124). Sum of RGB (Red+Green+Blue) = 221+12+124=357 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.90% from 357); Green value is 12 (5.08% from 255 or 3.36% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0C7C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0C7C is #22F383. Grayscale: #575757. Windows color (decimal): -2290564 or 8129757. OLE color: 8129757.

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

Color convert

RGB 221 12 124 -
CMYK 0 0.95 0.44 0.13
HSL 327.85º 0.9% 0.46% -
HSV(B) 327.85º 0.95% 0.87% -
XYZ 33.59 17.09 20.6 -
YUV 87.26 148.74 223.39 -
System Red Green Blue C M Y K H S L
Decimal 221 12 124 0 0.95 0.44 0.13 327.85 0.9 0.46
Hex DD C 7C 0 5F 2C D 148 5A 2E
Octal 335 14 174 0 137 54 15 510 132 56
Binary 11011101 1100 1111100 0 1011111 101100 1101 101001000 1011010 101110

Color Harmonies of #DD0C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0C7C

Black with #DD0C7C

Text Example


Text Example

White with #DD0C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0C7C; }

 p { color: rgb(221,12,124); }

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

background-color css

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

 a { background-color: rgb(221,12,124); }

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

border-color css

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

 span { border-color: rgb(221,12,124); }

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