Html Css Color HEX #DD88F2 Heliotrope

📋 copy color: '#DD88F2'

red 221 ◦ green 136 ◦ blue 242

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

Shades of Heliotrope #DD88F2

Tints of Heliotrope #DD88F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 40.4%

R = 36.89%
G = 22.7%
B = 40.4%

CMYK

 C value IS 0.09

 M value IS 0.44

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DD88F2 (or 0xDD88F2) is known color: Heliotrope. HEX triplet: DD, 88 and F2. RGB value is (221,136,242). Sum of RGB (Red+Green+Blue) = 221+136+242=599 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.89% from 599); Green value is 136 (53.52% from 255 or 22.70% from 599); Blue value is 242 (94.92% from 255 or 40.40% from 599); Max value from RGB is 242 - color contains mainly: blue. Hex color #DD88F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD88F2 is #22770D. Grayscale: #ADADAD. Windows color (decimal): -2258702 or 15894749. OLE color: 15894749.

HSL color Cylindrical-coordinate representation of color #DD88F2: hue angle of 288.11º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD88F2 is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 136 242 -
CMYK 0.09 0.44 0 0.05
HSL 288.11º 0.8% 0.74% -
HSV(B) 288.11º 0.44% 0.95% -
XYZ 54.65 39.39 88.73 -
YUV 173.5 166.66 161.88 -
System Red Green Blue C M Y K H S L
Decimal 221 136 242 0.09 0.44 0 0.05 288.11 0.8 0.74
Hex DD 88 F2 9 2C 0 5 120 50 4A
Octal 335 210 362 11 54 0 5 440 120 112
Binary 11011101 10001000 11110010 1001 101100 0 101 100100000 1010000 1001010

Color Harmonies of #DD88F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD88F2

Black with #DD88F2

Text Example


Text Example

White with #DD88F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD88F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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