Html Css Color HEX #D560FA Heliotrope

📋 copy color: '#D560FA'

red 213 ◦ green 96 ◦ blue 250

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

Shades of Heliotrope #D560FA

Tints of Heliotrope #D560FA

RGB

 RED value IS 213 (83.59% from 255) = 38.1%

 GREEN value IS 96 (37.89% from 255) = 17.17%

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

R = 38.1%
G = 17.17%
B = 44.72%

CMYK

 C value IS 0.15

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D560FA (or 0xD560FA) is known color: Heliotrope. HEX triplet: D5, 60 and FA. RGB value is (213,96,250). Sum of RGB (Red+Green+Blue) = 213+96+250=559 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.10% from 559); Green value is 96 (37.89% from 255 or 17.17% from 559); Blue value is 250 (98.05% from 255 or 44.72% from 559); Max value from RGB is 250 - color contains mainly: blue. Hex color #D560FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D560FA is #2A9F05. Grayscale: #949494. Windows color (decimal): -2793222 or 16408789. OLE color: 16408789.

HSL color Cylindrical-coordinate representation of color #D560FA: hue angle of 285.58º 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 #D560FA is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 96 250 -
CMYK 0.15 0.62 0 0.02
HSL 285.58º 0.94% 0.68% -
HSV(B) 285.58º 0.62% 0.98% -
XYZ 48.88 29.41 93.54 -
YUV 148.54 185.26 173.98 -
System Red Green Blue C M Y K H S L
Decimal 213 96 250 0.15 0.62 0 0.02 285.58 0.94 0.68
Hex D5 60 FA F 3E 0 2 11E 5E 44
Octal 325 140 372 17 76 0 2 436 136 104
Binary 11010101 1100000 11111010 1111 111110 0 10 100011110 1011110 1000100

Color Harmonies of #D560FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D560FA

Black with #D560FA

Text Example


Text Example

White with #D560FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D560FA; }

 p { color: rgb(213,96,250); }

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

background-color css

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

 a { background-color: rgb(213,96,250); }

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

border-color css

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

 span { border-color: rgb(213,96,250); }

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