Html Css Color HEX #DA60EC Heliotrope

📋 copy color: '#DA60EC'

red 218 ◦ green 96 ◦ blue 236

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

Shades of Heliotrope #DA60EC

Tints of Heliotrope #DA60EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.91%

R = 39.64%
G = 17.45%
B = 42.91%

CMYK

 C value IS 0.08

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DA60EC (or 0xDA60EC) is known color: Heliotrope. HEX triplet: DA, 60 and EC. RGB value is (218,96,236). Sum of RGB (Red+Green+Blue) = 218+96+236=550 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.64% from 550); Green value is 96 (37.89% from 255 or 17.45% from 550); Blue value is 236 (92.58% from 255 or 42.91% from 550); Max value from RGB is 236 - color contains mainly: blue. Hex color #DA60EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA60EC is #259F13. Grayscale: #949494. Windows color (decimal): -2465556 or 15491290. OLE color: 15491290.

HSL color Cylindrical-coordinate representation of color #DA60EC: hue angle of 292.29º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DA60EC is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 218 96 236 -
CMYK 0.08 0.59 0 0.07
HSL 292.29º 0.79% 0.65% -
HSV(B) 292.29º 0.59% 0.93% -
XYZ 48.24 29.33 82.48 -
YUV 148.44 177.42 177.62 -
System Red Green Blue C M Y K H S L
Decimal 218 96 236 0.08 0.59 0 0.07 292.29 0.79 0.65
Hex DA 60 EC 8 3B 0 7 124 4F 41
Octal 332 140 354 10 73 0 7 444 117 101
Binary 11011010 1100000 11101100 1000 111011 0 111 100100100 1001111 1000001

Color Harmonies of #DA60EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA60EC

Black with #DA60EC

Text Example


Text Example

White with #DA60EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA60EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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