Html Css Color HEX #DD8DFA Heliotrope

📋 copy color: '#DD8DFA'

red 221 ◦ green 141 ◦ blue 250

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

Shades of Heliotrope #DD8DFA

Tints of Heliotrope #DD8DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.85%

R = 36.11%
G = 23.04%
B = 40.85%

CMYK

 C value IS 0.12

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD8DFA (or 0xDD8DFA) is known color: Heliotrope. HEX triplet: DD, 8D and FA. RGB value is (221,141,250). Sum of RGB (Red+Green+Blue) = 221+141+250=612 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.11% from 612); Green value is 141 (55.47% from 255 or 23.04% from 612); Blue value is 250 (98.05% from 255 or 40.85% from 612); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD8DFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD8DFA is #227205. Grayscale: #B0B0B0. Windows color (decimal): -2257414 or 16420317. OLE color: 16420317.

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

Color convert

RGB 221 141 250 -
CMYK 0.12 0.44 0 0.02
HSL 284.04º 0.92% 0.77% -
HSV(B) 284.04º 0.44% 0.98% -
XYZ 56.6 41.32 95.44 -
YUV 177.35 169 159.14 -
System Red Green Blue C M Y K H S L
Decimal 221 141 250 0.12 0.44 0 0.02 284.04 0.92 0.77
Hex DD 8D FA C 2C 0 2 11C 5C 4D
Octal 335 215 372 14 54 0 2 434 134 115
Binary 11011101 10001101 11111010 1100 101100 0 10 100011100 1011100 1001101

Color Harmonies of #DD8DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8DFA

Black with #DD8DFA

Text Example


Text Example

White with #DD8DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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