Html Css Color HEX #DC5DFC Heliotrope

📋 copy color: '#DC5DFC'

red 220 ◦ green 93 ◦ blue 252

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

Shades of Heliotrope #DC5DFC

Tints of Heliotrope #DC5DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 44.6%

R = 38.94%
G = 16.46%
B = 44.6%

CMYK

 C value IS 0.13

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DC5DFC (or 0xDC5DFC) is known color: Heliotrope. HEX triplet: DC, 5D and FC. RGB value is (220,93,252). Sum of RGB (Red+Green+Blue) = 220+93+252=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 93 (36.72% from 255 or 16.46% from 565); Blue value is 252 (98.83% from 255 or 44.60% from 565); Max value from RGB is 252 - color contains mainly: blue. Hex color #DC5DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC5DFC is #23A203. Grayscale: #949494. Windows color (decimal): -2335236 or 16539100. OLE color: 16539100.

HSL color Cylindrical-coordinate representation of color #DC5DFC: hue angle of 287.92º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC5DFC is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 220 93 252 -
CMYK 0.13 0.63 0 0.01
HSL 287.92º 0.96% 0.68% -
HSV(B) 287.92º 0.63% 0.99% -
XYZ 51 30.07 95.21 -
YUV 149.1 186.08 178.57 -
System Red Green Blue C M Y K H S L
Decimal 220 93 252 0.13 0.63 0 0.01 287.92 0.96 0.68
Hex DC 5D FC D 3F 0 1 120 60 44
Octal 334 135 374 15 77 0 1 440 140 104
Binary 11011100 1011101 11111100 1101 111111 0 1 100100000 1100000 1000100

Color Harmonies of #DC5DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5DFC

Black with #DC5DFC

Text Example


Text Example

White with #DC5DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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