Html Css Color HEX #DA60ED Heliotrope

📋 copy color: '#DA60ED'

red 218 ◦ green 96 ◦ blue 237

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

Shades of Heliotrope #DA60ED

Tints of Heliotrope #DA60ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.01%

R = 39.56%
G = 17.42%
B = 43.01%

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

#DA60ED (or 0xDA60ED) is known color: Heliotrope. HEX triplet: DA, 60 and ED. RGB value is (218,96,237). Sum of RGB (Red+Green+Blue) = 218+96+237=551 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.56% from 551); Green value is 96 (37.89% from 255 or 17.42% from 551); Blue value is 237 (92.97% from 255 or 43.01% from 551); Max value from RGB is 237 - color contains mainly: blue. Hex color #DA60ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA60ED is #259F12. Grayscale: #949494. Windows color (decimal): -2465555 or 15556826. OLE color: 15556826.

HSL color Cylindrical-coordinate representation of color #DA60ED: hue angle of 291.91º degrees, saturation: 0.8, 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 #DA60ED is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 218 96 237 -
CMYK 0.08 0.59 0 0.07
HSL 291.91º 0.8% 0.65% -
HSV(B) 291.91º 0.59% 0.93% -
XYZ 48.38 29.39 83.24 -
YUV 148.55 177.92 177.54 -
System Red Green Blue C M Y K H S L
Decimal 218 96 237 0.08 0.59 0 0.07 291.91 0.8 0.65
Hex DA 60 ED 8 3B 0 7 124 50 41
Octal 332 140 355 10 73 0 7 444 120 101
Binary 11011010 1100000 11101101 1000 111011 0 111 100100100 1010000 1000001

Color Harmonies of #DA60ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA60ED

Black with #DA60ED

Text Example


Text Example

White with #DA60ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA60ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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