Html Css Color HEX #DD8FFA Heliotrope

📋 copy color: '#DD8FFA'

red 221 ◦ green 143 ◦ blue 250

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

Shades of Heliotrope #DD8FFA

Tints of Heliotrope #DD8FFA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 23.29%

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

R = 35.99%
G = 23.29%
B = 40.72%

CMYK

 C value IS 0.12

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD8FFA (or 0xDD8FFA) is known color: Heliotrope. HEX triplet: DD, 8F and FA. RGB value is (221,143,250). Sum of RGB (Red+Green+Blue) = 221+143+250=614 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.99% from 614); Green value is 143 (56.25% from 255 or 23.29% from 614); Blue value is 250 (98.05% from 255 or 40.72% from 614); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD8FFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD8FFA is #227005. Grayscale: #B2B2B2. Windows color (decimal): -2256902 or 16420829. OLE color: 16420829.

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

Color convert

RGB 221 143 250 -
CMYK 0.12 0.43 0 0.02
HSL 283.74º 0.91% 0.77% -
HSV(B) 283.74º 0.43% 0.98% -
XYZ 56.9 41.92 95.53 -
YUV 178.52 168.34 158.3 -
System Red Green Blue C M Y K H S L
Decimal 221 143 250 0.12 0.43 0 0.02 283.74 0.91 0.77
Hex DD 8F FA C 2B 0 2 11C 5B 4D
Octal 335 217 372 14 53 0 2 434 133 115
Binary 11011101 10001111 11111010 1100 101011 0 10 100011100 1011011 1001101

Color Harmonies of #DD8FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8FFA

Black with #DD8FFA

Text Example


Text Example

White with #DD8FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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