Html Css Color HEX #DC5DF7 Heliotrope

📋 copy color: '#DC5DF7'

red 220 ◦ green 93 ◦ blue 247

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

Shades of Heliotrope #DC5DF7

Tints of Heliotrope #DC5DF7

RGB

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

 GREEN value IS 93 (36.72% from 255) = 16.61%

 BLUE value IS 247 (96.88% from 255) = 44.11%

R = 39.29%
G = 16.61%
B = 44.11%

CMYK

 C value IS 0.11

 M value IS 0.62

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DC5DF7 (or 0xDC5DF7) is known color: Heliotrope. HEX triplet: DC, 5D and F7. RGB value is (220,93,247). Sum of RGB (Red+Green+Blue) = 220+93+247=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 93 (36.72% from 255 or 16.61% from 560); Blue value is 247 (96.88% from 255 or 44.11% from 560); Max value from RGB is 247 - color contains mainly: blue. Hex color #DC5DF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC5DF7 is #23A208. Grayscale: #949494. Windows color (decimal): -2335241 or 16211420. OLE color: 16211420.

HSL color Cylindrical-coordinate representation of color #DC5DF7: hue angle of 289.48º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC5DF7 is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 220 93 247 -
CMYK 0.11 0.62 0 0.03
HSL 289.48º 0.91% 0.67% -
HSV(B) 289.48º 0.62% 0.97% -
XYZ 50.22 29.76 91.09 -
YUV 148.53 183.58 178.98 -
System Red Green Blue C M Y K H S L
Decimal 220 93 247 0.11 0.62 0 0.03 289.48 0.91 0.67
Hex DC 5D F7 B 3E 0 3 121 5B 43
Octal 334 135 367 13 76 0 3 441 133 103
Binary 11011100 1011101 11110111 1011 111110 0 11 100100001 1011011 1000011

Color Harmonies of #DC5DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5DF7

Black with #DC5DF7

Text Example


Text Example

White with #DC5DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5DF7; }

 p { color: rgb(220,93,247); }

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

background-color css

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

 a { background-color: rgb(220,93,247); }

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

border-color css

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

 span { border-color: rgb(220,93,247); }

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