#DD8CF1

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

Shades of Violet #DD8CF1

Tints of Violet #DD8CF1

Color information

#DD8CF1 (or 0xDD8CF1) is unknown color: approx Violet. HEX triplet: DD, 8C and F1. RGB value is (221,140,241). Sum of RGB (Red+Green+Blue) = 221+140+241=602 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.71% from 602); Green value is 140 (55.08% from 255 or 23.26% from 602); Blue value is 241 (94.53% from 255 or 40.03% from 602); Max value from RGB is 241 - color contains mainly: blue. Hex color #DD8CF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD8CF1 is #22730E. Grayscale: #AFAFAF. Windows color (decimal): -2257679 or 15830237. OLE color: 15830237.

HSL color Cylindrical-coordinate representation of color #DD8CF1: hue angle of 288.12º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DD8CF1 is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB221140241-
CMYK0.080.4200.05
HSL288.12º78.29%74.71%-
HSV(B)288.12º41.91%94.51%-
XYZ55.0740.4888.13-
YUV175.73164.84160.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.71%
GREEN value IS 140 (55.08% from 255) = 23.26%
BLUE value IS 241 (94.53% from 255) = 40.03%
R=36.71%
G=23.26%
B=40.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2211402410.080.4200.05288.1278.2974.71
HexDD8CF182A051204e4b
Octal335214361105205440116113
Binary1101110110001100111100011000101010010110010000010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8CF1; }

 p { color: rgb(221,140,241); }

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

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

 a { background-color: rgb(221,140,241); }

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

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

 span { border-color: rgb(221,140,241); }

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