Html Css Color HEX #DA5DFF Heliotrope

📋 copy color: '#DA5DFF'

red 218 ◦ green 93 ◦ blue 255

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

Shades of Heliotrope #DA5DFF

Tints of Heliotrope #DA5DFF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 16.43%

 BLUE value IS 255 (100% from 255) = 45.05%

R = 38.52%
G = 16.43%
B = 45.05%

CMYK

 C value IS 0.15

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DA5DFF (or 0xDA5DFF) is known color: Heliotrope. HEX triplet: DA, 5D and FF. RGB value is (218,93,255). Sum of RGB (Red+Green+Blue) = 218+93+255=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 93 (36.72% from 255 or 16.43% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA5DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA5DFF is #25A200. Grayscale: #949494. Windows color (decimal): -2466305 or 16735706. OLE color: 16735706.

HSL color Cylindrical-coordinate representation of color #DA5DFF: hue angle of 286.3º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DA5DFF is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 218 93 255 -
CMYK 0.15 0.64 0 0
HSL 286.3º 1% 0.68% -
HSV(B) 286.3º 0.64% 1% -
XYZ 50.88 29.95 97.71 -
YUV 148.84 187.91 177.33 -
System Red Green Blue C M Y K H S L
Decimal 218 93 255 0.15 0.64 0 0 286.3 1 0.68
Hex DA 5D FF F 40 0 0 11E 64 44
Octal 332 135 377 17 100 0 0 436 144 104
Binary 11011010 1011101 11111111 1111 1000000 0 0 100011110 1100100 1000100

Color Harmonies of #DA5DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5DFF

Black with #DA5DFF

Text Example


Text Example

White with #DA5DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5DFF; }

 p { color: rgb(218,93,255); }

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

background-color css

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

 a { background-color: rgb(218,93,255); }

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

border-color css

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

 span { border-color: rgb(218,93,255); }

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