Html Css Color HEX #DC5FF0 Heliotrope

📋 copy color: '#DC5FF0'

red 220 ◦ green 95 ◦ blue 240

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

Shades of Heliotrope #DC5FF0

Tints of Heliotrope #DC5FF0

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.12%

 BLUE value IS 240 (94.14% from 255) = 43.24%

R = 39.64%
G = 17.12%
B = 43.24%

CMYK

 C value IS 0.08

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DC5FF0 (or 0xDC5FF0) is known color: Heliotrope. HEX triplet: DC, 5F and F0. RGB value is (220,95,240). Sum of RGB (Red+Green+Blue) = 220+95+240=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 95 (37.5% from 255 or 17.12% from 555); Blue value is 240 (94.14% from 255 or 43.24% from 555); Max value from RGB is 240 - color contains mainly: blue. Hex color #DC5FF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC5FF0 is #23A00F. Grayscale: #949494. Windows color (decimal): -2334736 or 15753180. OLE color: 15753180.

HSL color Cylindrical-coordinate representation of color #DC5FF0: hue angle of 291.72º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC5FF0 is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 95 240 -
CMYK 0.08 0.60 0 0.06
HSL 291.72º 0.83% 0.66% -
HSV(B) 291.72º 0.6% 0.94% -
XYZ 49.34 29.69 85.57 -
YUV 148.91 179.41 178.71 -
System Red Green Blue C M Y K H S L
Decimal 220 95 240 0.08 0.60 0 0.06 291.72 0.83 0.66
Hex DC 5F F0 8 3C 0 6 124 53 42
Octal 334 137 360 10 74 0 6 444 123 102
Binary 11011100 1011111 11110000 1000 111100 0 110 100100100 1010011 1000010

Color Harmonies of #DC5FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5FF0

Black with #DC5FF0

Text Example


Text Example

White with #DC5FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5FF0; }

 p { color: rgb(220,95,240); }

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

background-color css

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

 a { background-color: rgb(220,95,240); }

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

border-color css

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

 span { border-color: rgb(220,95,240); }

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