#DD6F94

Color #DD6F94 Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #DD6F94

Tints of Pale Violet Red #DD6F94

Color information

#DD6F94 (or 0xDD6F94) is unknown color: approx Pale Violet Red. HEX triplet: DD, 6F and 94. RGB value is (221,111,148). Sum of RGB (Red+Green+Blue) = 221+111+148=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 111 (43.75% from 255 or 23.12% from 480); Blue value is 148 (58.20% from 255 or 30.83% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6F94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6F94 is #22906B. Grayscale: #949494. Windows color (decimal): -2265196 or 9727965. OLE color: 9727965.

HSL color Cylindrical-coordinate representation of color #DD6F94: hue angle of 339.82º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD6F94 is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB221111148-
CMYK00.500.330.13
HSL339.82º61.8%65.1%-
HSV(B)339.82º49.77%86.67%-
XYZ40.8528.8831.44-
YUV148.11127.94179.99-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.04%
GREEN value IS 111 (43.75% from 255) = 23.12%
BLUE value IS 148 (58.20% from 255) = 30.83%
R=46.04%
G=23.12%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111114800.500.330.13339.8261.865.1
HexDD6F9403221D1543e41
Octal335157224062411552476101
Binary11011101110111110010100011001010000111011010101001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6F94; }

 p { color: rgb(221,111,148); }

 H1.HeaderClassName
 {
   color: #DD6F94;
 }
 .AnyTagClassName
 {
   color: #DD6F94;
 }
</style>
background-color css

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

 a { background-color: rgb(221,111,148); }

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

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

 span { border-color: rgb(221,111,148); }

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