Html Css Color HEX #DD8AFE Heliotrope

📋 copy color: '#DD8AFE'

red 221 ◦ green 138 ◦ blue 254

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

Shades of Heliotrope #DD8AFE

Tints of Heliotrope #DD8AFE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 22.51%

 BLUE value IS 254 (99.61% from 255) = 41.44%

R = 36.05%
G = 22.51%
B = 41.44%

CMYK

 C value IS 0.13

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DD8AFE (or 0xDD8AFE) is known color: Heliotrope. HEX triplet: DD, 8A and FE. RGB value is (221,138,254). Sum of RGB (Red+Green+Blue) = 221+138+254=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 138 (54.30% from 255 or 22.51% from 613); Blue value is 254 (99.61% from 255 or 41.44% from 613); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD8AFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD8AFE is #227501. Grayscale: #AFAFAF. Windows color (decimal): -2258178 or 16681693. OLE color: 16681693.

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

Color convert

RGB 221 138 254 -
CMYK 0.13 0.46 0 0.00
HSL 282.93º 0.98% 0.77% -
HSV(B) 282.93º 0.46% 1% -
XYZ 56.8 40.7 98.63 -
YUV 176.04 172 160.07 -
System Red Green Blue C M Y K H S L
Decimal 221 138 254 0.13 0.46 0 0.00 282.93 0.98 0.77
Hex DD 8A FE D 2E 0 0 11B 62 4D
Octal 335 212 376 15 56 0 0 433 142 115
Binary 11011101 10001010 11111110 1101 101110 0 0 100011011 1100010 1001101

Color Harmonies of #DD8AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8AFE

Black with #DD8AFE

Text Example


Text Example

White with #DD8AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8AFE; }

 p { color: rgb(221,138,254); }

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

background-color css

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

 a { background-color: rgb(221,138,254); }

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

border-color css

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

 span { border-color: rgb(221,138,254); }

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