Html Css Color HEX #DD88FF Heliotrope

📋 copy color: '#DD88FF'

red 221 ◦ green 136 ◦ blue 255

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

Shades of Heliotrope #DD88FF

Tints of Heliotrope #DD88FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.67%

R = 36.11%
G = 22.22%
B = 41.67%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DD88FF (or 0xDD88FF) is known color: Heliotrope. HEX triplet: DD, 88 and FF. RGB value is (221,136,255). Sum of RGB (Red+Green+Blue) = 221+136+255=612 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.11% from 612); Green value is 136 (53.52% from 255 or 22.22% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD88FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD88FF is #227700. Grayscale: #AEAEAE. Windows color (decimal): -2258689 or 16746717. OLE color: 16746717.

HSL color Cylindrical-coordinate representation of color #DD88FF: hue angle of 282.86º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD88FF is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 221 136 255 -
CMYK 0.13 0.47 0 0
HSL 282.86º 1% 0.77% -
HSV(B) 282.86º 0.47% 1% -
XYZ 56.67 40.2 99.38 -
YUV 174.98 173.16 160.82 -
System Red Green Blue C M Y K H S L
Decimal 221 136 255 0.13 0.47 0 0 282.86 1 0.77
Hex DD 88 FF D 2F 0 0 11B 64 4D
Octal 335 210 377 15 57 0 0 433 144 115
Binary 11011101 10001000 11111111 1101 101111 0 0 100011011 1100100 1001101

Color Harmonies of #DD88FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD88FF

Black with #DD88FF

Text Example


Text Example

White with #DD88FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD88FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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