Html Css Color HEX #DD068E Medium Violet Red

📋 copy color: '#DD068E'

red 221 ◦ green 6 ◦ blue 142

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

Shades of Medium Violet Red #DD068E

Tints of Medium Violet Red #DD068E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 38.48%

R = 59.89%
G = 1.63%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DD068E (or 0xDD068E) is known color: Medium Violet Red. HEX triplet: DD, 06 and 8E. RGB value is (221,6,142). Sum of RGB (Red+Green+Blue) = 221+6+142=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 6 (2.73% from 255 or 1.63% from 369); Blue value is 142 (55.86% from 255 or 38.48% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD068E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD068E is #22F971. Grayscale: #555555. Windows color (decimal): -2292082 or 9307869. OLE color: 9307869.

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

Color convert

RGB 221 6 142 -
CMYK 0 0.97 0.36 0.13
HSL 322.05º 0.95% 0.45% -
HSV(B) 322.05º 0.97% 0.87% -
XYZ 34.77 17.46 27.13 -
YUV 85.79 159.73 224.44 -
System Red Green Blue C M Y K H S L
Decimal 221 6 142 0 0.97 0.36 0.13 322.05 0.95 0.45
Hex DD 6 8E 0 61 24 D 142 5F 2D
Octal 335 6 216 0 141 44 15 502 137 55
Binary 11011101 110 10001110 0 1100001 100100 1101 101000010 1011111 101101

Color Harmonies of #DD068E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD068E

Black with #DD068E

Text Example


Text Example

White with #DD068E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD068E; }

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

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

background-color css

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

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

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

border-color css

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

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

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