Html Css Color HEX #DA5DF2 Heliotrope

📋 copy color: '#DA5DF2'

red 218 ◦ green 93 ◦ blue 242

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

Shades of Heliotrope #DA5DF2

Tints of Heliotrope #DA5DF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 43.76%

R = 39.42%
G = 16.82%
B = 43.76%

CMYK

 C value IS 0.10

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DA5DF2 (or 0xDA5DF2) is known color: Heliotrope. HEX triplet: DA, 5D and F2. RGB value is (218,93,242). Sum of RGB (Red+Green+Blue) = 218+93+242=553 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.42% from 553); Green value is 93 (36.72% from 255 or 16.82% from 553); Blue value is 242 (94.92% from 255 or 43.76% from 553); Max value from RGB is 242 - color contains mainly: blue. Hex color #DA5DF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA5DF2 is #25A20D. Grayscale: #929292. Windows color (decimal): -2466318 or 15883738. OLE color: 15883738.

HSL color Cylindrical-coordinate representation of color #DA5DF2: hue angle of 290.34º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DA5DF2 is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 93 242 -
CMYK 0.10 0.62 0 0.05
HSL 290.34º 0.85% 0.66% -
HSV(B) 290.34º 0.62% 0.95% -
XYZ 48.85 29.14 87.06 -
YUV 147.36 181.41 178.38 -
System Red Green Blue C M Y K H S L
Decimal 218 93 242 0.10 0.62 0 0.05 290.34 0.85 0.66
Hex DA 5D F2 A 3E 0 5 122 55 42
Octal 332 135 362 12 76 0 5 442 125 102
Binary 11011010 1011101 11110010 1010 111110 0 101 100100010 1010101 1000010

Color Harmonies of #DA5DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5DF2

Black with #DA5DF2

Text Example


Text Example

White with #DA5DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5DF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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