Html Css Color HEX #DC5DF8 Heliotrope

📋 copy color: '#DC5DF8'

red 220 ◦ green 93 ◦ blue 248

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

Shades of Heliotrope #DC5DF8

Tints of Heliotrope #DC5DF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 44.21%

R = 39.22%
G = 16.58%
B = 44.21%

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

#DC5DF8 (or 0xDC5DF8) is known color: Heliotrope. HEX triplet: DC, 5D and F8. RGB value is (220,93,248). Sum of RGB (Red+Green+Blue) = 220+93+248=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 93 (36.72% from 255 or 16.58% from 561); Blue value is 248 (97.27% from 255 or 44.21% from 561); Max value from RGB is 248 - color contains mainly: blue. Hex color #DC5DF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC5DF8 is #23A207. Grayscale: #949494. Windows color (decimal): -2335240 or 16276956. OLE color: 16276956.

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

Color convert

RGB 220 93 248 -
CMYK 0.11 0.62 0 0.03
HSL 289.16º 0.92% 0.67% -
HSV(B) 289.16º 0.63% 0.97% -
XYZ 50.37 29.82 91.91 -
YUV 148.64 184.08 178.9 -
System Red Green Blue C M Y K H S L
Decimal 220 93 248 0.11 0.62 0 0.03 289.16 0.92 0.67
Hex DC 5D F8 B 3E 0 3 121 5C 43
Octal 334 135 370 13 76 0 3 441 134 103
Binary 11011100 1011101 11111000 1011 111110 0 11 100100001 1011100 1000011

Color Harmonies of #DC5DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5DF8

Black with #DC5DF8

Text Example


Text Example

White with #DC5DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5DF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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