Html Css Color HEX #DC6DF3 Heliotrope

📋 copy color: '#DC6DF3'

red 220 ◦ green 109 ◦ blue 243

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

Shades of Heliotrope #DC6DF3

Tints of Heliotrope #DC6DF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 42.48%

R = 38.46%
G = 19.06%
B = 42.48%

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

#DC6DF3 (or 0xDC6DF3) is known color: Heliotrope. HEX triplet: DC, 6D and F3. RGB value is (220,109,243). Sum of RGB (Red+Green+Blue) = 220+109+243=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 109 (42.97% from 255 or 19.06% from 572); Blue value is 243 (95.31% from 255 or 42.48% from 572); Max value from RGB is 243 - color contains mainly: blue. Hex color #DC6DF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6DF3 is #23920C. Grayscale: #9D9D9D. Windows color (decimal): -2331149 or 15953372. OLE color: 15953372.

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

Color convert

RGB 220 109 243 -
CMYK 0.09 0.55 0 0.05
HSL 289.7º 0.85% 0.69% -
HSV(B) 289.7º 0.55% 0.95% -
XYZ 51.16 32.62 88.39 -
YUV 157.47 176.27 172.6 -
System Red Green Blue C M Y K H S L
Decimal 220 109 243 0.09 0.55 0 0.05 289.7 0.85 0.69
Hex DC 6D F3 9 37 0 5 122 55 45
Octal 334 155 363 11 67 0 5 442 125 105
Binary 11011100 1101101 11110011 1001 110111 0 101 100100010 1010101 1000101

Color Harmonies of #DC6DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6DF3

Black with #DC6DF3

Text Example


Text Example

White with #DC6DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6DF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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