Html Css Color HEX #DC5AFA Heliotrope

📋 copy color: '#DC5AFA'

red 220 ◦ green 90 ◦ blue 250

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

Shades of Heliotrope #DC5AFA

Tints of Heliotrope #DC5AFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.64%

R = 39.29%
G = 16.07%
B = 44.64%

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

#DC5AFA (or 0xDC5AFA) is known color: Heliotrope. HEX triplet: DC, 5A and FA. RGB value is (220,90,250). Sum of RGB (Red+Green+Blue) = 220+90+250=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 90 (35.55% from 255 or 16.07% from 560); Blue value is 250 (98.05% from 255 or 44.64% from 560); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC5AFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC5AFA is #23A505. Grayscale: #929292. Windows color (decimal): -2336006 or 16407260. OLE color: 16407260.

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

Color convert

RGB 220 90 250 -
CMYK 0.12 0.64 0 0.02
HSL 288.75º 0.94% 0.67% -
HSV(B) 288.75º 0.64% 0.98% -
XYZ 50.43 29.43 93.47 -
YUV 147.11 186.07 179.99 -
System Red Green Blue C M Y K H S L
Decimal 220 90 250 0.12 0.64 0 0.02 288.75 0.94 0.67
Hex DC 5A FA C 40 0 2 121 5E 43
Octal 334 132 372 14 100 0 2 441 136 103
Binary 11011100 1011010 11111010 1100 1000000 0 10 100100001 1011110 1000011

Color Harmonies of #DC5AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5AFA

Black with #DC5AFA

Text Example


Text Example

White with #DC5AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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