Html Css Color HEX #DD88EA Violet

📋 copy color: '#DD88EA'

red 221 ◦ green 136 ◦ blue 234

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

Shades of Violet #DD88EA

Tints of Violet #DD88EA

RGB

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

 GREEN value IS 136 (53.52% from 255) = 23.01%

 BLUE value IS 234 (91.8% from 255) = 39.59%

R = 37.39%
G = 23.01%
B = 39.59%

CMYK

 C value IS 0.06

 M value IS 0.42

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DD88EA (or 0xDD88EA) is known color: Violet. HEX triplet: DD, 88 and EA. RGB value is (221,136,234). Sum of RGB (Red+Green+Blue) = 221+136+234=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 136 (53.52% from 255 or 23.01% from 591); Blue value is 234 (91.80% from 255 or 39.59% from 591); Max value from RGB is 234 - color contains mainly: blue. Hex color #DD88EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD88EA is #227715. Grayscale: #ACACAC. Windows color (decimal): -2258710 or 15370461. OLE color: 15370461.

HSL color Cylindrical-coordinate representation of color #DD88EA: hue angle of 292.04º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DD88EA is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 221 136 234 -
CMYK 0.06 0.42 0 0.08
HSL 292.04º 0.7% 0.73% -
HSV(B) 292.04º 0.42% 0.92% -
XYZ 53.47 38.92 82.54 -
YUV 172.59 162.66 162.53 -
System Red Green Blue C M Y K H S L
Decimal 221 136 234 0.06 0.42 0 0.08 292.04 0.7 0.73
Hex DD 88 EA 6 2A 0 8 124 46 49
Octal 335 210 352 6 52 0 10 444 106 111
Binary 11011101 10001000 11101010 110 101010 0 1000 100100100 1000110 1001001

Color Harmonies of #DD88EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD88EA

Black with #DD88EA

Text Example


Text Example

White with #DD88EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD88EA; }

 p { color: rgb(221,136,234); }

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

background-color css

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

 a { background-color: rgb(221,136,234); }

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

border-color css

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

 span { border-color: rgb(221,136,234); }

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