Html Css Color HEX #DD067C Medium Violet Red

📋 copy color: '#DD067C'

red 221 ◦ green 6 ◦ blue 124

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

Shades of Medium Violet Red #DD067C

Tints of Medium Violet Red #DD067C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.71%

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

R = 62.96%
G = 1.71%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DD067C (or 0xDD067C) is known color: Medium Violet Red. HEX triplet: DD, 06 and 7C. RGB value is (221,6,124). Sum of RGB (Red+Green+Blue) = 221+6+124=351 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.96% from 351); Green value is 6 (2.73% from 255 or 1.71% from 351); Blue value is 124 (48.83% from 255 or 35.33% from 351); Max value from RGB is 221 - color contains mainly: red. Hex color #DD067C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD067C is #22F983. Grayscale: #535353. Windows color (decimal): -2292100 or 8128221. OLE color: 8128221.

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

Color convert

RGB 221 6 124 -
CMYK 0 0.97 0.44 0.13
HSL 327.07º 0.95% 0.45% -
HSV(B) 327.07º 0.97% 0.87% -
XYZ 33.52 16.96 20.58 -
YUV 83.74 150.73 225.91 -
System Red Green Blue C M Y K H S L
Decimal 221 6 124 0 0.97 0.44 0.13 327.07 0.95 0.45
Hex DD 6 7C 0 61 2C D 147 5F 2D
Octal 335 6 174 0 141 54 15 507 137 55
Binary 11011101 110 1111100 0 1100001 101100 1101 101000111 1011111 101101

Color Harmonies of #DD067C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD067C

Black with #DD067C

Text Example


Text Example

White with #DD067C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD067C; }

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

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

background-color css

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

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

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

border-color css

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

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

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