Html Css Color HEX #DD91EE Violet

📋 copy color: '#DD91EE'

red 221 ◦ green 145 ◦ blue 238

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

Shades of Violet #DD91EE

Tints of Violet #DD91EE

RGB

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

 GREEN value IS 145 (57.03% from 255) = 24.01%

 BLUE value IS 238 (93.36% from 255) = 39.4%

R = 36.59%
G = 24.01%
B = 39.4%

CMYK

 C value IS 0.07

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD91EE (or 0xDD91EE) is known color: Violet. HEX triplet: DD, 91 and EE. RGB value is (221,145,238). Sum of RGB (Red+Green+Blue) = 221+145+238=604 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.59% from 604); Green value is 145 (57.03% from 255 or 24.01% from 604); Blue value is 238 (93.36% from 255 or 39.40% from 604); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD91EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD91EE is #226E11. Grayscale: #B2B2B2. Windows color (decimal): -2256402 or 15634909. OLE color: 15634909.

HSL color Cylindrical-coordinate representation of color #DD91EE: hue angle of 289.03º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DD91EE is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 145 238 -
CMYK 0.07 0.39 0 0.07
HSL 289.03º 0.73% 0.75% -
HSV(B) 289.03º 0.39% 0.93% -
XYZ 55.38 41.8 86.04 -
YUV 178.33 161.68 158.44 -
System Red Green Blue C M Y K H S L
Decimal 221 145 238 0.07 0.39 0 0.07 289.03 0.73 0.75
Hex DD 91 EE 7 27 0 7 121 49 4B
Octal 335 221 356 7 47 0 7 441 111 113
Binary 11011101 10010001 11101110 111 100111 0 111 100100001 1001001 1001011

Color Harmonies of #DD91EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD91EE

Black with #DD91EE

Text Example


Text Example

White with #DD91EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD91EE; }

 p { color: rgb(221,145,238); }

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

background-color css

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

 a { background-color: rgb(221,145,238); }

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

border-color css

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

 span { border-color: rgb(221,145,238); }

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