Html Css Color HEX #DD8DFE Heliotrope

📋 copy color: '#DD8DFE'

red 221 ◦ green 141 ◦ blue 254

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

Shades of Heliotrope #DD8DFE

Tints of Heliotrope #DD8DFE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 22.89%

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

R = 35.88%
G = 22.89%
B = 41.23%

CMYK

 C value IS 0.13

 M value IS 0.44

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DD8DFE (or 0xDD8DFE) is known color: Heliotrope. HEX triplet: DD, 8D and FE. RGB value is (221,141,254). Sum of RGB (Red+Green+Blue) = 221+141+254=616 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.88% from 616); Green value is 141 (55.47% from 255 or 22.89% from 616); Blue value is 254 (99.61% from 255 or 41.23% from 616); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD8DFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD8DFE is #227201. Grayscale: #B1B1B1. Windows color (decimal): -2257410 or 16682461. OLE color: 16682461.

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

Color convert

RGB 221 141 254 -
CMYK 0.13 0.44 0 0.00
HSL 282.48º 0.98% 0.77% -
HSV(B) 282.48º 0.44% 1% -
XYZ 57.23 41.58 98.77 -
YUV 177.8 171 158.81 -
System Red Green Blue C M Y K H S L
Decimal 221 141 254 0.13 0.44 0 0.00 282.48 0.98 0.77
Hex DD 8D FE D 2C 0 0 11A 62 4D
Octal 335 215 376 15 54 0 0 432 142 115
Binary 11011101 10001101 11111110 1101 101100 0 0 100011010 1100010 1001101

Color Harmonies of #DD8DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8DFE

Black with #DD8DFE

Text Example


Text Example

White with #DD8DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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