Html Css Color HEX #DA58FF Heliotrope

📋 copy color: '#DA58FF'

red 218 ◦ green 88 ◦ blue 255

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

Shades of Heliotrope #DA58FF

Tints of Heliotrope #DA58FF

RGB

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

 GREEN value IS 88 (34.77% from 255) = 15.69%

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

R = 38.86%
G = 15.69%
B = 45.45%

CMYK

 C value IS 0.15

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DA58FF (or 0xDA58FF) is known color: Heliotrope. HEX triplet: DA, 58 and FF. RGB value is (218,88,255). Sum of RGB (Red+Green+Blue) = 218+88+255=561 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.86% from 561); Green value is 88 (34.77% from 255 or 15.69% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA58FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA58FF is #25A700. Grayscale: #919191. Windows color (decimal): -2467585 or 16734426. OLE color: 16734426.

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

Color convert

RGB 218 88 255 -
CMYK 0.15 0.65 0 0
HSL 286.71º 1% 0.67% -
HSV(B) 286.71º 0.65% 1% -
XYZ 50.45 29.1 97.57 -
YUV 145.91 189.57 179.42 -
System Red Green Blue C M Y K H S L
Decimal 218 88 255 0.15 0.65 0 0 286.71 1 0.67
Hex DA 58 FF F 41 0 0 11F 64 43
Octal 332 130 377 17 101 0 0 437 144 103
Binary 11011010 1011000 11111111 1111 1000001 0 0 100011111 1100100 1000011

Color Harmonies of #DA58FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA58FF

Black with #DA58FF

Text Example


Text Example

White with #DA58FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA58FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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