Html Css Color HEX #DC5DFA Heliotrope

📋 copy color: '#DC5DFA'

red 220 ◦ green 93 ◦ blue 250

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

Shades of Heliotrope #DC5DFA

Tints of Heliotrope #DC5DFA

RGB

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

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

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

R = 39.08%
G = 16.52%
B = 44.4%

CMYK

 C value IS 0.12

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DC5DFA (or 0xDC5DFA) is known color: Heliotrope. HEX triplet: DC, 5D and FA. RGB value is (220,93,250). Sum of RGB (Red+Green+Blue) = 220+93+250=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 93 (36.72% from 255 or 16.52% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC5DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC5DFA is #23A205. Grayscale: #949494. Windows color (decimal): -2335238 or 16408028. OLE color: 16408028.

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

Color convert

RGB 220 93 250 -
CMYK 0.12 0.63 0 0.02
HSL 288.54º 0.94% 0.67% -
HSV(B) 288.54º 0.63% 0.98% -
XYZ 50.68 29.95 93.55 -
YUV 148.87 185.08 178.73 -
System Red Green Blue C M Y K H S L
Decimal 220 93 250 0.12 0.63 0 0.02 288.54 0.94 0.67
Hex DC 5D FA C 3F 0 2 121 5E 43
Octal 334 135 372 14 77 0 2 441 136 103
Binary 11011100 1011101 11111010 1100 111111 0 10 100100001 1011110 1000011

Color Harmonies of #DC5DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5DFA

Black with #DC5DFA

Text Example


Text Example

White with #DC5DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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