Html Css Color HEX #DD8DFF Heliotrope

📋 copy color: '#DD8DFF'

red 221 ◦ green 141 ◦ blue 255

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

Shades of Heliotrope #DD8DFF

Tints of Heliotrope #DD8DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.33%

R = 35.82%
G = 22.85%
B = 41.33%

CMYK

 C value IS 0.13

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DD8DFF (or 0xDD8DFF) is known color: Heliotrope. HEX triplet: DD, 8D and FF. RGB value is (221,141,255). Sum of RGB (Red+Green+Blue) = 221+141+255=617 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.82% from 617); Green value is 141 (55.47% from 255 or 22.85% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD8DFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD8DFF is #227200. Grayscale: #B1B1B1. Windows color (decimal): -2257409 or 16747997. OLE color: 16747997.

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

Color convert

RGB 221 141 255 -
CMYK 0.13 0.45 0 0
HSL 282.11º 1% 0.78% -
HSV(B) 282.11º 0.45% 1% -
XYZ 57.39 41.64 99.62 -
YUV 177.92 171.5 158.73 -
System Red Green Blue C M Y K H S L
Decimal 221 141 255 0.13 0.45 0 0 282.11 1 0.78
Hex DD 8D FF D 2D 0 0 11A 64 4E
Octal 335 215 377 15 55 0 0 432 144 116
Binary 11011101 10001101 11111111 1101 101101 0 0 100011010 1100100 1001110

Color Harmonies of #DD8DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8DFF

Black with #DD8DFF

Text Example


Text Example

White with #DD8DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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