Html Css Color HEX #DD88EE Violet

📋 copy color: '#DD88EE'

red 221 ◦ green 136 ◦ blue 238

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

Shades of Violet #DD88EE

Tints of Violet #DD88EE

RGB

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

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

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

R = 37.14%
G = 22.86%
B = 40%

CMYK

 C value IS 0.07

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD88EE (or 0xDD88EE) is known color: Violet. HEX triplet: DD, 88 and EE. RGB value is (221,136,238). Sum of RGB (Red+Green+Blue) = 221+136+238=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 136 (53.52% from 255 or 22.86% from 595); Blue value is 238 (93.36% from 255 or 40% from 595); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD88EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD88EE is #227711. Grayscale: #ACACAC. Windows color (decimal): -2258706 or 15632605. OLE color: 15632605.

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

Color convert

RGB 221 136 238 -
CMYK 0.07 0.43 0 0.07
HSL 290º 0.75% 0.73% -
HSV(B) 290º 0.43% 0.93% -
XYZ 54.06 39.15 85.6 -
YUV 173.04 164.66 162.21 -
System Red Green Blue C M Y K H S L
Decimal 221 136 238 0.07 0.43 0 0.07 290 0.75 0.73
Hex DD 88 EE 7 2B 0 7 122 4B 49
Octal 335 210 356 7 53 0 7 442 113 111
Binary 11011101 10001000 11101110 111 101011 0 111 100100010 1001011 1001001

Color Harmonies of #DD88EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD88EE

Black with #DD88EE

Text Example


Text Example

White with #DD88EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD88EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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