Html Css Color HEX #DD067E Medium Violet Red

📋 copy color: '#DD067E'

red 221 ◦ green 6 ◦ blue 126

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

Shades of Medium Violet Red #DD067E

Tints of Medium Violet Red #DD067E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 35.69%

R = 62.61%
G = 1.7%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD067E (or 0xDD067E) is known color: Medium Violet Red. HEX triplet: DD, 06 and 7E. RGB value is (221,6,126). Sum of RGB (Red+Green+Blue) = 221+6+126=353 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.61% from 353); Green value is 6 (2.73% from 255 or 1.70% from 353); Blue value is 126 (49.61% from 255 or 35.69% from 353); Max value from RGB is 221 - color contains mainly: red. Hex color #DD067E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD067E is #22F981. Grayscale: #535353. Windows color (decimal): -2292098 or 8259293. OLE color: 8259293.

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

Color convert

RGB 221 6 126 -
CMYK 0 0.97 0.43 0.13
HSL 326.51º 0.95% 0.45% -
HSV(B) 326.51º 0.97% 0.87% -
XYZ 33.65 17.01 21.25 -
YUV 83.97 151.73 225.74 -
System Red Green Blue C M Y K H S L
Decimal 221 6 126 0 0.97 0.43 0.13 326.51 0.95 0.45
Hex DD 6 7E 0 61 2B D 147 5F 2D
Octal 335 6 176 0 141 53 15 507 137 55
Binary 11011101 110 1111110 0 1100001 101011 1101 101000111 1011111 101101

Color Harmonies of #DD067E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD067E

Black with #DD067E

Text Example


Text Example

White with #DD067E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD067E; }

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

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

background-color css

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

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

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

border-color css

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

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

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