Html Css Color HEX #DA60EF Heliotrope

📋 copy color: '#DA60EF'

red 218 ◦ green 96 ◦ blue 239

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

Shades of Heliotrope #DA60EF

Tints of Heliotrope #DA60EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.22%

R = 39.42%
G = 17.36%
B = 43.22%

CMYK

 C value IS 0.09

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DA60EF (or 0xDA60EF) is known color: Heliotrope. HEX triplet: DA, 60 and EF. RGB value is (218,96,239). Sum of RGB (Red+Green+Blue) = 218+96+239=553 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.42% from 553); Green value is 96 (37.89% from 255 or 17.36% from 553); Blue value is 239 (93.75% from 255 or 43.22% from 553); Max value from RGB is 239 - color contains mainly: blue. Hex color #DA60EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA60EF is #259F10. Grayscale: #949494. Windows color (decimal): -2465553 or 15687898. OLE color: 15687898.

HSL color Cylindrical-coordinate representation of color #DA60EF: hue angle of 291.19º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DA60EF is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 218 96 239 -
CMYK 0.09 0.60 0 0.06
HSL 291.19º 0.82% 0.66% -
HSV(B) 291.19º 0.6% 0.94% -
XYZ 48.68 29.5 84.79 -
YUV 148.78 178.92 177.37 -
System Red Green Blue C M Y K H S L
Decimal 218 96 239 0.09 0.60 0 0.06 291.19 0.82 0.66
Hex DA 60 EF 9 3C 0 6 123 52 42
Octal 332 140 357 11 74 0 6 443 122 102
Binary 11011010 1100000 11101111 1001 111100 0 110 100100011 1010010 1000010

Color Harmonies of #DA60EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA60EF

Black with #DA60EF

Text Example


Text Example

White with #DA60EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA60EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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