Html Css Color HEX #DA60FC Heliotrope

📋 copy color: '#DA60FC'

red 218 ◦ green 96 ◦ blue 252

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

Shades of Heliotrope #DA60FC

Tints of Heliotrope #DA60FC

RGB

 RED value IS 218 (85.55% from 255) = 38.52%

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

 BLUE value IS 252 (98.83% from 255) = 44.52%

R = 38.52%
G = 16.96%
B = 44.52%

CMYK

 C value IS 0.13

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DA60FC (or 0xDA60FC) is known color: Heliotrope. HEX triplet: DA, 60 and FC. RGB value is (218,96,252). Sum of RGB (Red+Green+Blue) = 218+96+252=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 96 (37.89% from 255 or 16.96% from 566); Blue value is 252 (98.83% from 255 or 44.52% from 566); Max value from RGB is 252 - color contains mainly: blue. Hex color #DA60FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA60FC is #259F03. Grayscale: #959595. Windows color (decimal): -2465540 or 16539866. OLE color: 16539866.

HSL color Cylindrical-coordinate representation of color #DA60FC: hue angle of 286.92º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DA60FC is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 218 96 252 -
CMYK 0.13 0.62 0 0.01
HSL 286.92º 0.96% 0.68% -
HSV(B) 286.92º 0.62% 0.99% -
XYZ 50.67 30.3 95.27 -
YUV 150.26 185.42 176.32 -
System Red Green Blue C M Y K H S L
Decimal 218 96 252 0.13 0.62 0 0.01 286.92 0.96 0.68
Hex DA 60 FC D 3E 0 1 11F 60 44
Octal 332 140 374 15 76 0 1 437 140 104
Binary 11011010 1100000 11111100 1101 111110 0 1 100011111 1100000 1000100

Color Harmonies of #DA60FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA60FC

Black with #DA60FC

Text Example


Text Example

White with #DA60FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA60FC; }

 p { color: rgb(218,96,252); }

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

background-color css

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

 a { background-color: rgb(218,96,252); }

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

border-color css

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

 span { border-color: rgb(218,96,252); }

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