Html Css Color HEX #DD8BF7 Heliotrope

📋 copy color: '#DD8BF7'

red 221 ◦ green 139 ◦ blue 247

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

Shades of Heliotrope #DD8BF7

Tints of Heliotrope #DD8BF7

RGB

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

 GREEN value IS 139 (54.69% from 255) = 22.9%

 BLUE value IS 247 (96.88% from 255) = 40.69%

R = 36.41%
G = 22.9%
B = 40.69%

CMYK

 C value IS 0.11

 M value IS 0.44

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DD8BF7 (or 0xDD8BF7) is known color: Heliotrope. HEX triplet: DD, 8B and F7. RGB value is (221,139,247). Sum of RGB (Red+Green+Blue) = 221+139+247=607 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.41% from 607); Green value is 139 (54.69% from 255 or 22.90% from 607); Blue value is 247 (96.88% from 255 or 40.69% from 607); Max value from RGB is 247 - color contains mainly: blue. Hex color #DD8BF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD8BF7 is #227408. Grayscale: #AFAFAF. Windows color (decimal): -2257929 or 16223197. OLE color: 16223197.

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

Color convert

RGB 221 139 247 -
CMYK 0.11 0.44 0 0.03
HSL 285.56º 0.87% 0.76% -
HSV(B) 285.56º 0.44% 0.97% -
XYZ 55.84 40.55 92.88 -
YUV 175.83 168.17 160.22 -
System Red Green Blue C M Y K H S L
Decimal 221 139 247 0.11 0.44 0 0.03 285.56 0.87 0.76
Hex DD 8B F7 B 2C 0 3 11E 57 4C
Octal 335 213 367 13 54 0 3 436 127 114
Binary 11011101 10001011 11110111 1011 101100 0 11 100011110 1010111 1001100

Color Harmonies of #DD8BF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8BF7

Black with #DD8BF7

Text Example


Text Example

White with #DD8BF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8BF7; }

 p { color: rgb(221,139,247); }

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

background-color css

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

 a { background-color: rgb(221,139,247); }

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

border-color css

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

 span { border-color: rgb(221,139,247); }

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