Html Css Color HEX #DC5FEF Heliotrope

📋 copy color: '#DC5FEF'

red 220 ◦ green 95 ◦ blue 239

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

Shades of Heliotrope #DC5FEF

Tints of Heliotrope #DC5FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.14%

R = 39.71%
G = 17.15%
B = 43.14%

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

#DC5FEF (or 0xDC5FEF) is known color: Heliotrope. HEX triplet: DC, 5F and EF. RGB value is (220,95,239). Sum of RGB (Red+Green+Blue) = 220+95+239=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 95 (37.5% from 255 or 17.15% from 554); Blue value is 239 (93.75% from 255 or 43.14% from 554); Max value from RGB is 239 - color contains mainly: blue. Hex color #DC5FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC5FEF is #23A010. Grayscale: #949494. Windows color (decimal): -2334737 or 15687644. OLE color: 15687644.

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

Color convert

RGB 220 95 239 -
CMYK 0.08 0.60 0 0.06
HSL 292.08º 0.82% 0.65% -
HSV(B) 292.08º 0.6% 0.94% -
XYZ 49.19 29.63 84.79 -
YUV 148.79 178.91 178.79 -
System Red Green Blue C M Y K H S L
Decimal 220 95 239 0.08 0.60 0 0.06 292.08 0.82 0.65
Hex DC 5F EF 8 3C 0 6 124 52 41
Octal 334 137 357 10 74 0 6 444 122 101
Binary 11011100 1011111 11101111 1000 111100 0 110 100100100 1010010 1000001

Color Harmonies of #DC5FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5FEF

Black with #DC5FEF

Text Example


Text Example

White with #DC5FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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