Html Css Color HEX #DD0C7F Medium Violet Red

📋 copy color: '#DD0C7F'

red 221 ◦ green 12 ◦ blue 127

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

Shades of Medium Violet Red #DD0C7F

Tints of Medium Violet Red #DD0C7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.28%

R = 61.39%
G = 3.33%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD0C7F (or 0xDD0C7F) is known color: Medium Violet Red. HEX triplet: DD, 0C and 7F. RGB value is (221,12,127). Sum of RGB (Red+Green+Blue) = 221+12+127=360 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.39% from 360); Green value is 12 (5.08% from 255 or 3.33% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0C7F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0C7F is #22F380. Grayscale: #575757. Windows color (decimal): -2290561 or 8326365. OLE color: 8326365.

HSL color Cylindrical-coordinate representation of color #DD0C7F: hue angle of 326.99º 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 #DD0C7F is Cyan = 0, Magento = 0.95, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 12 127 -
CMYK 0 0.95 0.43 0.13
HSL 326.99º 0.9% 0.46% -
HSV(B) 326.99º 0.95% 0.87% -
XYZ 33.78 17.17 21.61 -
YUV 87.6 150.24 223.15 -
System Red Green Blue C M Y K H S L
Decimal 221 12 127 0 0.95 0.43 0.13 326.99 0.9 0.46
Hex DD C 7F 0 5F 2B D 147 5A 2E
Octal 335 14 177 0 137 53 15 507 132 56
Binary 11011101 1100 1111111 0 1011111 101011 1101 101000111 1011010 101110

Color Harmonies of #DD0C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0C7F

Black with #DD0C7F

Text Example


Text Example

White with #DD0C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0C7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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