Html Css Color HEX #DD6DF1 Heliotrope

📋 copy color: '#DD6DF1'

red 221 ◦ green 109 ◦ blue 241

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

Shades of Heliotrope #DD6DF1

Tints of Heliotrope #DD6DF1

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.09%

 BLUE value IS 241 (94.53% from 255) = 42.21%

R = 38.7%
G = 19.09%
B = 42.21%

CMYK

 C value IS 0.08

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DD6DF1 (or 0xDD6DF1) is known color: Heliotrope. HEX triplet: DD, 6D and F1. RGB value is (221,109,241). Sum of RGB (Red+Green+Blue) = 221+109+241=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 109 (42.97% from 255 or 19.09% from 571); Blue value is 241 (94.53% from 255 or 42.21% from 571); Max value from RGB is 241 - color contains mainly: blue. Hex color #DD6DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD6DF1 is #22920E. Grayscale: #9D9D9D. Windows color (decimal): -2265615 or 15822301. OLE color: 15822301.

HSL color Cylindrical-coordinate representation of color #DD6DF1: hue angle of 290.91º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DD6DF1 is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 109 241 -
CMYK 0.08 0.55 0 0.05
HSL 290.91º 0.83% 0.69% -
HSV(B) 290.91º 0.55% 0.95% -
XYZ 51.16 32.66 86.83 -
YUV 157.54 175.11 173.27 -
System Red Green Blue C M Y K H S L
Decimal 221 109 241 0.08 0.55 0 0.05 290.91 0.83 0.69
Hex DD 6D F1 8 37 0 5 123 52 45
Octal 335 155 361 10 67 0 5 443 122 105
Binary 11011101 1101101 11110001 1000 110111 0 101 100100011 1010010 1000101

Color Harmonies of #DD6DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6DF1

Black with #DD6DF1

Text Example


Text Example

White with #DD6DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6DF1; }

 p { color: rgb(221,109,241); }

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

background-color css

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

 a { background-color: rgb(221,109,241); }

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

border-color css

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

 span { border-color: rgb(221,109,241); }

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