Html Css Color HEX #DC5DF5 Heliotrope

📋 copy color: '#DC5DF5'

red 220 ◦ green 93 ◦ blue 245

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

Shades of Heliotrope #DC5DF5

Tints of Heliotrope #DC5DF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 43.91%

R = 39.43%
G = 16.67%
B = 43.91%

CMYK

 C value IS 0.10

 M value IS 0.62

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DC5DF5 (or 0xDC5DF5) is known color: Heliotrope. HEX triplet: DC, 5D and F5. RGB value is (220,93,245). Sum of RGB (Red+Green+Blue) = 220+93+245=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 93 (36.72% from 255 or 16.67% from 558); Blue value is 245 (96.09% from 255 or 43.91% from 558); Max value from RGB is 245 - color contains mainly: blue. Hex color #DC5DF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC5DF5 is #23A20A. Grayscale: #939393. Windows color (decimal): -2335243 or 16080348. OLE color: 16080348.

HSL color Cylindrical-coordinate representation of color #DC5DF5: hue angle of 290.13º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC5DF5 is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 93 245 -
CMYK 0.10 0.62 0 0.04
HSL 290.13º 0.88% 0.66% -
HSV(B) 290.13º 0.62% 0.96% -
XYZ 49.91 29.64 89.48 -
YUV 148.3 182.58 179.14 -
System Red Green Blue C M Y K H S L
Decimal 220 93 245 0.10 0.62 0 0.04 290.13 0.88 0.66
Hex DC 5D F5 A 3E 0 4 122 58 42
Octal 334 135 365 12 76 0 4 442 130 102
Binary 11011100 1011101 11110101 1010 111110 0 100 100100010 1011000 1000010

Color Harmonies of #DC5DF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5DF5

Black with #DC5DF5

Text Example


Text Example

White with #DC5DF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5DF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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