Html Css Color HEX #DD88F8 Heliotrope

📋 copy color: '#DD88F8'

red 221 ◦ green 136 ◦ blue 248

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

Shades of Heliotrope #DD88F8

Tints of Heliotrope #DD88F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 40.99%

R = 36.53%
G = 22.48%
B = 40.99%

CMYK

 C value IS 0.11

 M value IS 0.45

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DD88F8 (or 0xDD88F8) is known color: Heliotrope. HEX triplet: DD, 88 and F8. RGB value is (221,136,248). Sum of RGB (Red+Green+Blue) = 221+136+248=605 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.53% from 605); Green value is 136 (53.52% from 255 or 22.48% from 605); Blue value is 248 (97.27% from 255 or 40.99% from 605); Max value from RGB is 248 - color contains mainly: blue. Hex color #DD88F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD88F8 is #227707. Grayscale: #ADADAD. Windows color (decimal): -2258696 or 16287965. OLE color: 16287965.

HSL color Cylindrical-coordinate representation of color #DD88F8: hue angle of 285.54º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DD88F8 is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 221 136 248 -
CMYK 0.11 0.45 0 0.03
HSL 285.54º 0.89% 0.75% -
HSV(B) 285.54º 0.45% 0.97% -
XYZ 55.57 39.76 93.55 -
YUV 174.18 169.66 161.39 -
System Red Green Blue C M Y K H S L
Decimal 221 136 248 0.11 0.45 0 0.03 285.54 0.89 0.75
Hex DD 88 F8 B 2D 0 3 11E 59 4B
Octal 335 210 370 13 55 0 3 436 131 113
Binary 11011101 10001000 11111000 1011 101101 0 11 100011110 1011001 1001011

Color Harmonies of #DD88F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD88F8

Black with #DD88F8

Text Example


Text Example

White with #DD88F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD88F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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