#DD8AF1

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

Shades of Violet #DD8AF1

Tints of Violet #DD8AF1

Color information

#DD8AF1 (or 0xDD8AF1) is unknown color: approx Violet. HEX triplet: DD, 8A and F1. RGB value is (221,138,241). Sum of RGB (Red+Green+Blue) = 221+138+241=600 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.83% from 600); Green value is 138 (54.30% from 255 or 23% from 600); Blue value is 241 (94.53% from 255 or 40.17% from 600); Max value from RGB is 241 - color contains mainly: blue. Hex color #DD8AF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD8AF1 is #22750E. Grayscale: #AEAEAE. Windows color (decimal): -2258191 or 15829725. OLE color: 15829725.

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

Color convert

RGB221138241-
CMYK0.080.4300.05
HSL288.35º78.63%74.31%-
HSV(B)288.35º42.74%94.51%-
XYZ54.7839.988.03-
YUV174.56165.5161.12-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.83%
GREEN value IS 138 (54.30% from 255) = 23%
BLUE value IS 241 (94.53% from 255) = 40.17%
R=36.83%
G=23%
B=40.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2211382410.080.4300.05288.3578.6374.31
HexDD8AF182B051204f4a
Octal335212361105305440117112
Binary1101110110001010111100011000101011010110010000010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8AF1; }

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

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

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

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

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

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

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

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