#DD90F1

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

Shades of Violet #DD90F1

Tints of Violet #DD90F1

Color information

#DD90F1 (or 0xDD90F1) is unknown color: approx Violet. HEX triplet: DD, 90 and F1. RGB value is (221,144,241). Sum of RGB (Red+Green+Blue) = 221+144+241=606 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.47% from 606); Green value is 144 (56.64% from 255 or 23.76% from 606); Blue value is 241 (94.53% from 255 or 39.77% from 606); Max value from RGB is 241 - color contains mainly: blue. Hex color #DD90F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD90F1 is #226F0E. Grayscale: #B1B1B1. Windows color (decimal): -2256655 or 15831261. OLE color: 15831261.

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

Color convert

RGB221144241-
CMYK0.080.4000.05
HSL287.63º77.6%75.49%-
HSV(B)287.63º40.25%94.51%-
XYZ55.6741.6788.33-
YUV178.08163.51158.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.47%
GREEN value IS 144 (56.64% from 255) = 23.76%
BLUE value IS 241 (94.53% from 255) = 39.77%
R=36.47%
G=23.76%
B=39.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2211442410.080.4000.05287.6377.675.49
HexDD90F1828051204e4b
Octal335220361105005440116113
Binary1101110110010000111100011000101000010110010000010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD90F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD90F1; }

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

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

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

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

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

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

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

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