Html Css Color HEX #DD6EFA Heliotrope

📋 copy color: '#DD6EFA'

red 221 ◦ green 110 ◦ blue 250

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

Shades of Heliotrope #DD6EFA

Tints of Heliotrope #DD6EFA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 18.93%

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

R = 38.04%
G = 18.93%
B = 43.03%

CMYK

 C value IS 0.12

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD6EFA (or 0xDD6EFA) is known color: Heliotrope. HEX triplet: DD, 6E and FA. RGB value is (221,110,250). Sum of RGB (Red+Green+Blue) = 221+110+250=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 110 (43.36% from 255 or 18.93% from 581); Blue value is 250 (98.05% from 255 or 43.03% from 581); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD6EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD6EFA is #229105. Grayscale: #9E9E9E. Windows color (decimal): -2265350 or 16412381. OLE color: 16412381.

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

Color convert

RGB 221 110 250 -
CMYK 0.12 0.56 0 0.02
HSL 287.57º 0.93% 0.71% -
HSV(B) 287.57º 0.56% 0.98% -
XYZ 52.65 33.43 94.12 -
YUV 159.15 179.27 172.12 -
System Red Green Blue C M Y K H S L
Decimal 221 110 250 0.12 0.56 0 0.02 287.57 0.93 0.71
Hex DD 6E FA C 38 0 2 120 5D 47
Octal 335 156 372 14 70 0 2 440 135 107
Binary 11011101 1101110 11111010 1100 111000 0 10 100100000 1011101 1000111

Color Harmonies of #DD6EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6EFA

Black with #DD6EFA

Text Example


Text Example

White with #DD6EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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