Html Css Color HEX #DC5AF9 Heliotrope

📋 copy color: '#DC5AF9'

red 220 ◦ green 90 ◦ blue 249

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

Shades of Heliotrope #DC5AF9

Tints of Heliotrope #DC5AF9

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.1%

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

R = 39.36%
G = 16.1%
B = 44.54%

CMYK

 C value IS 0.12

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DC5AF9 (or 0xDC5AF9) is known color: Heliotrope. HEX triplet: DC, 5A and F9. RGB value is (220,90,249). Sum of RGB (Red+Green+Blue) = 220+90+249=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 90 (35.55% from 255 or 16.10% from 559); Blue value is 249 (97.66% from 255 or 44.54% from 559); Max value from RGB is 249 - color contains mainly: blue. Hex color #DC5AF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC5AF9 is #23A506. Grayscale: #929292. Windows color (decimal): -2336007 or 16341724. OLE color: 16341724.

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

Color convert

RGB 220 90 249 -
CMYK 0.12 0.64 0 0.02
HSL 289.06º 0.93% 0.66% -
HSV(B) 289.06º 0.64% 0.98% -
XYZ 50.27 29.37 92.64 -
YUV 147 185.57 180.07 -
System Red Green Blue C M Y K H S L
Decimal 220 90 249 0.12 0.64 0 0.02 289.06 0.93 0.66
Hex DC 5A F9 C 40 0 2 121 5D 42
Octal 334 132 371 14 100 0 2 441 135 102
Binary 11011100 1011010 11111001 1100 1000000 0 10 100100001 1011101 1000010

Color Harmonies of #DC5AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5AF9

Black with #DC5AF9

Text Example


Text Example

White with #DC5AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5AF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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