Html Css Color HEX #DC5EF9 Heliotrope

📋 copy color: '#DC5EF9'

red 220 ◦ green 94 ◦ blue 249

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

Shades of Heliotrope #DC5EF9

Tints of Heliotrope #DC5EF9

RGB

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

 GREEN value IS 94 (37.11% from 255) = 16.7%

 BLUE value IS 249 (97.66% from 255) = 44.23%

R = 39.08%
G = 16.7%
B = 44.23%

CMYK

 C value IS 0.12

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DC5EF9 (or 0xDC5EF9) is known color: Heliotrope. HEX triplet: DC, 5E and F9. RGB value is (220,94,249). Sum of RGB (Red+Green+Blue) = 220+94+249=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 94 (37.11% from 255 or 16.70% from 563); Blue value is 249 (97.66% from 255 or 44.23% from 563); Max value from RGB is 249 - color contains mainly: blue. Hex color #DC5EF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC5EF9 is #23A106. Grayscale: #949494. Windows color (decimal): -2334983 or 16342748. OLE color: 16342748.

HSL color Cylindrical-coordinate representation of color #DC5EF9: hue angle of 288.77º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC5EF9 is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 94 249 -
CMYK 0.12 0.62 0 0.02
HSL 288.77º 0.93% 0.67% -
HSV(B) 288.77º 0.62% 0.98% -
XYZ 50.62 30.06 92.76 -
YUV 149.34 184.24 178.4 -
System Red Green Blue C M Y K H S L
Decimal 220 94 249 0.12 0.62 0 0.02 288.77 0.93 0.67
Hex DC 5E F9 C 3E 0 2 121 5D 43
Octal 334 136 371 14 76 0 2 441 135 103
Binary 11011100 1011110 11111001 1100 111110 0 10 100100001 1011101 1000011

Color Harmonies of #DC5EF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5EF9

Black with #DC5EF9

Text Example


Text Example

White with #DC5EF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5EF9; }

 p { color: rgb(220,94,249); }

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

background-color css

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

 a { background-color: rgb(220,94,249); }

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

border-color css

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

 span { border-color: rgb(220,94,249); }

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