Html Css Color HEX #DA55FF Heliotrope

📋 copy color: '#DA55FF'

red 218 ◦ green 85 ◦ blue 255

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

Shades of Heliotrope #DA55FF

Tints of Heliotrope #DA55FF

RGB

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

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

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

R = 39.07%
G = 15.23%
B = 45.7%

CMYK

 C value IS 0.15

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DA55FF (or 0xDA55FF) is known color: Heliotrope. HEX triplet: DA, 55 and FF. RGB value is (218,85,255). Sum of RGB (Red+Green+Blue) = 218+85+255=558 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.07% from 558); Green value is 85 (33.59% from 255 or 15.23% from 558); Blue value is 255 (100% from 255 or 45.70% from 558); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA55FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA55FF is #25AA00. Grayscale: #8F8F8F. Windows color (decimal): -2468353 or 16733658. OLE color: 16733658.

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

Color convert

RGB 218 85 255 -
CMYK 0.15 0.67 0 0
HSL 286.94º 1% 0.67% -
HSV(B) 286.94º 0.67% 1% -
XYZ 50.21 28.62 97.49 -
YUV 144.15 190.56 180.68 -
System Red Green Blue C M Y K H S L
Decimal 218 85 255 0.15 0.67 0 0 286.94 1 0.67
Hex DA 55 FF F 43 0 0 11F 64 43
Octal 332 125 377 17 103 0 0 437 144 103
Binary 11011010 1010101 11111111 1111 1000011 0 0 100011111 1100100 1000011

Color Harmonies of #DA55FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA55FF

Black with #DA55FF

Text Example


Text Example

White with #DA55FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA55FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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