Html Css Color HEX #DD6EF0 Heliotrope

📋 copy color: '#DD6EF0'

red 221 ◦ green 110 ◦ blue 240

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

Shades of Heliotrope #DD6EF0

Tints of Heliotrope #DD6EF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 42.03%

R = 38.7%
G = 19.26%
B = 42.03%

CMYK

 C value IS 0.08

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DD6EF0 (or 0xDD6EF0) is known color: Heliotrope. HEX triplet: DD, 6E and F0. RGB value is (221,110,240). Sum of RGB (Red+Green+Blue) = 221+110+240=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 110 (43.36% from 255 or 19.26% from 571); Blue value is 240 (94.14% from 255 or 42.03% from 571); Max value from RGB is 240 - color contains mainly: blue. Hex color #DD6EF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD6EF0 is #22910F. Grayscale: #9D9D9D. Windows color (decimal): -2265360 or 15757021. OLE color: 15757021.

HSL color Cylindrical-coordinate representation of color #DD6EF0: hue angle of 291.23º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DD6EF0 is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 221 110 240 -
CMYK 0.08 0.54 0 0.06
HSL 291.23º 0.81% 0.69% -
HSV(B) 291.23º 0.54% 0.94% -
XYZ 51.12 32.82 86.08 -
YUV 158.01 174.27 172.93 -
System Red Green Blue C M Y K H S L
Decimal 221 110 240 0.08 0.54 0 0.06 291.23 0.81 0.69
Hex DD 6E F0 8 36 0 6 123 51 45
Octal 335 156 360 10 66 0 6 443 121 105
Binary 11011101 1101110 11110000 1000 110110 0 110 100100011 1010001 1000101

Color Harmonies of #DD6EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6EF0

Black with #DD6EF0

Text Example


Text Example

White with #DD6EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6EF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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