Html Css Color HEX #DC6DF2 Heliotrope

📋 copy color: '#DC6DF2'

red 220 ◦ green 109 ◦ blue 242

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

Shades of Heliotrope #DC6DF2

Tints of Heliotrope #DC6DF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 42.38%

R = 38.53%
G = 19.09%
B = 42.38%

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

#DC6DF2 (or 0xDC6DF2) is known color: Heliotrope. HEX triplet: DC, 6D and F2. RGB value is (220,109,242). Sum of RGB (Red+Green+Blue) = 220+109+242=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 109 (42.97% from 255 or 19.09% from 571); Blue value is 242 (94.92% from 255 or 42.38% from 571); Max value from RGB is 242 - color contains mainly: blue. Hex color #DC6DF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6DF2 is #23920D. Grayscale: #9C9C9C. Windows color (decimal): -2331150 or 15887836. OLE color: 15887836.

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

Color convert

RGB 220 109 242 -
CMYK 0.09 0.55 0 0.05
HSL 290.08º 0.84% 0.69% -
HSV(B) 290.08º 0.55% 0.95% -
XYZ 51.01 32.56 87.6 -
YUV 157.35 175.77 172.69 -
System Red Green Blue C M Y K H S L
Decimal 220 109 242 0.09 0.55 0 0.05 290.08 0.84 0.69
Hex DC 6D F2 9 37 0 5 122 54 45
Octal 334 155 362 11 67 0 5 442 124 105
Binary 11011100 1101101 11110010 1001 110111 0 101 100100010 1010100 1000101

Color Harmonies of #DC6DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6DF2

Black with #DC6DF2

Text Example


Text Example

White with #DC6DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6DF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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