Html Css Color HEX #DD067F Medium Violet Red

📋 copy color: '#DD067F'

red 221 ◦ green 6 ◦ blue 127

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

Shades of Medium Violet Red #DD067F

Tints of Medium Violet Red #DD067F

RGB

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

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

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

R = 62.43%
G = 1.69%
B = 35.88%

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

#DD067F (or 0xDD067F) is known color: Medium Violet Red. HEX triplet: DD, 06 and 7F. RGB value is (221,6,127). Sum of RGB (Red+Green+Blue) = 221+6+127=354 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.43% from 354); Green value is 6 (2.73% from 255 or 1.69% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 221 - color contains mainly: red. Hex color #DD067F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD067F is #22F980. Grayscale: #535353. Windows color (decimal): -2292097 or 8324829. OLE color: 8324829.

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

Color convert

RGB 221 6 127 -
CMYK 0 0.97 0.43 0.13
HSL 326.23º 0.95% 0.45% -
HSV(B) 326.23º 0.97% 0.87% -
XYZ 33.71 17.03 21.59 -
YUV 84.08 152.23 225.66 -
System Red Green Blue C M Y K H S L
Decimal 221 6 127 0 0.97 0.43 0.13 326.23 0.95 0.45
Hex DD 6 7F 0 61 2B D 146 5F 2D
Octal 335 6 177 0 141 53 15 506 137 55
Binary 11011101 110 1111111 0 1100001 101011 1101 101000110 1011111 101101

Color Harmonies of #DD067F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD067F

Black with #DD067F

Text Example


Text Example

White with #DD067F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD067F; }

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

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

background-color css

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

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

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

border-color css

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

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

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