Html Css Color HEX #DC5FFA Heliotrope

📋 copy color: '#DC5FFA'

red 220 ◦ green 95 ◦ blue 250

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

Shades of Heliotrope #DC5FFA

Tints of Heliotrope #DC5FFA

RGB

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

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

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

R = 38.94%
G = 16.81%
B = 44.25%

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

#DC5FFA (or 0xDC5FFA) is known color: Heliotrope. HEX triplet: DC, 5F and FA. RGB value is (220,95,250). Sum of RGB (Red+Green+Blue) = 220+95+250=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 95 (37.5% from 255 or 16.81% from 565); Blue value is 250 (98.05% from 255 or 44.25% from 565); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC5FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC5FFA is #23A005. Grayscale: #959595. Windows color (decimal): -2334726 or 16408540. OLE color: 16408540.

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

Color convert

RGB 220 95 250 -
CMYK 0.12 0.62 0 0.02
HSL 288.39º 0.94% 0.68% -
HSV(B) 288.39º 0.62% 0.98% -
XYZ 50.86 30.3 93.61 -
YUV 150.05 184.41 177.9 -
System Red Green Blue C M Y K H S L
Decimal 220 95 250 0.12 0.62 0 0.02 288.39 0.94 0.68
Hex DC 5F FA C 3E 0 2 120 5E 44
Octal 334 137 372 14 76 0 2 440 136 104
Binary 11011100 1011111 11111010 1100 111110 0 10 100100000 1011110 1000100

Color Harmonies of #DC5FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5FFA

Black with #DC5FFA

Text Example


Text Example

White with #DC5FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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