Html Css Color HEX #DC5EF7 Heliotrope

📋 copy color: '#DC5EF7'

red 220 ◦ green 94 ◦ blue 247

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

Shades of Heliotrope #DC5EF7

Tints of Heliotrope #DC5EF7

RGB

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

 GREEN value IS 94 (37.11% from 255) = 16.76%

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

R = 39.22%
G = 16.76%
B = 44.03%

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

#DC5EF7 (or 0xDC5EF7) is known color: Heliotrope. HEX triplet: DC, 5E and F7. RGB value is (220,94,247). Sum of RGB (Red+Green+Blue) = 220+94+247=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 94 (37.11% from 255 or 16.76% from 561); Blue value is 247 (96.88% from 255 or 44.03% from 561); Max value from RGB is 247 - color contains mainly: blue. Hex color #DC5EF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC5EF7 is #23A108. Grayscale: #949494. Windows color (decimal): -2334985 or 16211676. OLE color: 16211676.

HSL color Cylindrical-coordinate representation of color #DC5EF7: hue angle of 289.41º 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 #DC5EF7 is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 220 94 247 -
CMYK 0.11 0.62 0 0.03
HSL 289.41º 0.91% 0.67% -
HSV(B) 289.41º 0.62% 0.97% -
XYZ 50.31 29.94 91.12 -
YUV 149.12 183.24 178.56 -
System Red Green Blue C M Y K H S L
Decimal 220 94 247 0.11 0.62 0 0.03 289.41 0.91 0.67
Hex DC 5E F7 B 3E 0 3 121 5B 43
Octal 334 136 367 13 76 0 3 441 133 103
Binary 11011100 1011110 11110111 1011 111110 0 11 100100001 1011011 1000011

Color Harmonies of #DC5EF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5EF7

Black with #DC5EF7

Text Example


Text Example

White with #DC5EF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5EF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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