Html Css Color HEX #DD8EED Violet

📋 copy color: '#DD8EED'

red 221 ◦ green 142 ◦ blue 237

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

Shades of Violet #DD8EED

Tints of Violet #DD8EED

RGB

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

 GREEN value IS 142 (55.86% from 255) = 23.67%

 BLUE value IS 237 (92.97% from 255) = 39.5%

R = 36.83%
G = 23.67%
B = 39.5%

CMYK

 C value IS 0.07

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD8EED (or 0xDD8EED) is known color: Violet. HEX triplet: DD, 8E and ED. RGB value is (221,142,237). Sum of RGB (Red+Green+Blue) = 221+142+237=600 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.83% from 600); Green value is 142 (55.86% from 255 or 23.67% from 600); Blue value is 237 (92.97% from 255 or 39.5% from 600); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD8EED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD8EED is #227112. Grayscale: #B0B0B0. Windows color (decimal): -2257171 or 15568605. OLE color: 15568605.

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

Color convert

RGB 221 142 237 -
CMYK 0.07 0.40 0 0.07
HSL 289.89º 0.73% 0.74% -
HSV(B) 289.89º 0.4% 0.93% -
XYZ 54.78 40.83 85.12 -
YUV 176.45 162.17 159.78 -
System Red Green Blue C M Y K H S L
Decimal 221 142 237 0.07 0.40 0 0.07 289.89 0.73 0.74
Hex DD 8E ED 7 28 0 7 122 49 4A
Octal 335 216 355 7 50 0 7 442 111 112
Binary 11011101 10001110 11101101 111 101000 0 111 100100010 1001001 1001010

Color Harmonies of #DD8EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8EED

Black with #DD8EED

Text Example


Text Example

White with #DD8EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8EED; }

 p { color: rgb(221,142,237); }

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

background-color css

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

 a { background-color: rgb(221,142,237); }

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

border-color css

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

 span { border-color: rgb(221,142,237); }

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