Html Css Color HEX #DD8CFF Heliotrope

📋 copy color: '#DD8CFF'

red 221 ◦ green 140 ◦ blue 255

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

Shades of Heliotrope #DD8CFF

Tints of Heliotrope #DD8CFF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 22.73%

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

R = 35.88%
G = 22.73%
B = 41.4%

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

#DD8CFF (or 0xDD8CFF) is known color: Heliotrope. HEX triplet: DD, 8C and FF. RGB value is (221,140,255). Sum of RGB (Red+Green+Blue) = 221+140+255=616 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.88% from 616); Green value is 140 (55.08% from 255 or 22.73% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD8CFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD8CFF is #227300. Grayscale: #B0B0B0. Windows color (decimal): -2257665 or 16747741. OLE color: 16747741.

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

Color convert

RGB 221 140 255 -
CMYK 0.13 0.45 0 0
HSL 282.26º 1% 0.77% -
HSV(B) 282.26º 0.45% 1% -
XYZ 57.25 41.35 99.57 -
YUV 177.33 171.84 159.15 -
System Red Green Blue C M Y K H S L
Decimal 221 140 255 0.13 0.45 0 0 282.26 1 0.77
Hex DD 8C FF D 2D 0 0 11A 64 4D
Octal 335 214 377 15 55 0 0 432 144 115
Binary 11011101 10001100 11111111 1101 101101 0 0 100011010 1100100 1001101

Color Harmonies of #DD8CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8CFF

Black with #DD8CFF

Text Example


Text Example

White with #DD8CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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