Html Css Color HEX #DA55F2 Heliotrope

📋 copy color: '#DA55F2'

red 218 ◦ green 85 ◦ blue 242

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

Shades of Heliotrope #DA55F2

Tints of Heliotrope #DA55F2

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.6%

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

R = 40%
G = 15.6%
B = 44.4%

CMYK

 C value IS 0.10

 M value IS 0.65

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DA55F2 (or 0xDA55F2) is known color: Heliotrope. HEX triplet: DA, 55 and F2. RGB value is (218,85,242). Sum of RGB (Red+Green+Blue) = 218+85+242=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 85 (33.59% from 255 or 15.60% from 545); Blue value is 242 (94.92% from 255 or 44.40% from 545); Max value from RGB is 242 - color contains mainly: blue. Hex color #DA55F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA55F2 is #25AA0D. Grayscale: #8E8E8E. Windows color (decimal): -2468366 or 15881690. OLE color: 15881690.

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

Color convert

RGB 218 85 242 -
CMYK 0.10 0.65 0 0.05
HSL 290.83º 0.86% 0.64% -
HSV(B) 290.83º 0.65% 0.95% -
XYZ 48.19 27.81 86.83 -
YUV 142.67 184.06 181.73 -
System Red Green Blue C M Y K H S L
Decimal 218 85 242 0.10 0.65 0 0.05 290.83 0.86 0.64
Hex DA 55 F2 A 41 0 5 123 56 40
Octal 332 125 362 12 101 0 5 443 126 100
Binary 11011010 1010101 11110010 1010 1000001 0 101 100100011 1010110 1000000

Color Harmonies of #DA55F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA55F2

Black with #DA55F2

Text Example


Text Example

White with #DA55F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA55F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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