Html Css Color HEX #DC6DF1 Heliotrope

📋 copy color: '#DC6DF1'

red 220 ◦ green 109 ◦ blue 241

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

Shades of Heliotrope #DC6DF1

Tints of Heliotrope #DC6DF1

RGB

 RED value IS 220 (86.33% from 255) = 38.6%

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

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

R = 38.6%
G = 19.12%
B = 42.28%

CMYK

 C value IS 0.09

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DC6DF1 (or 0xDC6DF1) is known color: Heliotrope. HEX triplet: DC, 6D and F1. RGB value is (220,109,241). Sum of RGB (Red+Green+Blue) = 220+109+241=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 109 (42.97% from 255 or 19.12% from 570); Blue value is 241 (94.53% from 255 or 42.28% from 570); Max value from RGB is 241 - color contains mainly: blue. Hex color #DC6DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6DF1 is #23920E. Grayscale: #9C9C9C. Windows color (decimal): -2331151 or 15822300. OLE color: 15822300.

HSL color Cylindrical-coordinate representation of color #DC6DF1: hue angle of 290.45º 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 #DC6DF1 is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 109 241 -
CMYK 0.09 0.55 0 0.05
HSL 290.45º 0.83% 0.69% -
HSV(B) 290.45º 0.55% 0.95% -
XYZ 50.86 32.5 86.81 -
YUV 157.24 175.27 172.77 -
System Red Green Blue C M Y K H S L
Decimal 220 109 241 0.09 0.55 0 0.05 290.45 0.83 0.69
Hex DC 6D F1 9 37 0 5 122 52 45
Octal 334 155 361 11 67 0 5 442 122 105
Binary 11011100 1101101 11110001 1001 110111 0 101 100100010 1010010 1000101

Color Harmonies of #DC6DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6DF1

Black with #DC6DF1

Text Example


Text Example

White with #DC6DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6DF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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