Html Css Color HEX #DD88EF Violet

📋 copy color: '#DD88EF'

red 221 ◦ green 136 ◦ blue 239

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

Shades of Violet #DD88EF

Tints of Violet #DD88EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.1%

R = 37.08%
G = 22.82%
B = 40.1%

CMYK

 C value IS 0.08

 M value IS 0.43

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DD88EF (or 0xDD88EF) is known color: Violet. HEX triplet: DD, 88 and EF. RGB value is (221,136,239). Sum of RGB (Red+Green+Blue) = 221+136+239=596 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.08% from 596); Green value is 136 (53.52% from 255 or 22.82% from 596); Blue value is 239 (93.75% from 255 or 40.10% from 596); Max value from RGB is 239 - color contains mainly: blue. Hex color #DD88EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD88EF is #227710. Grayscale: #ACACAC. Windows color (decimal): -2258705 or 15698141. OLE color: 15698141.

HSL color Cylindrical-coordinate representation of color #DD88EF: hue angle of 289.51º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD88EF is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 221 136 239 -
CMYK 0.08 0.43 0 0.06
HSL 289.51º 0.76% 0.74% -
HSV(B) 289.51º 0.43% 0.94% -
XYZ 54.2 39.21 86.37 -
YUV 173.16 165.16 162.12 -
System Red Green Blue C M Y K H S L
Decimal 221 136 239 0.08 0.43 0 0.06 289.51 0.76 0.74
Hex DD 88 EF 8 2B 0 6 122 4C 4A
Octal 335 210 357 10 53 0 6 442 114 112
Binary 11011101 10001000 11101111 1000 101011 0 110 100100010 1001100 1001010

Color Harmonies of #DD88EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD88EF

Black with #DD88EF

Text Example


Text Example

White with #DD88EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD88EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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