Html Css Color HEX #DA58FB Heliotrope

📋 copy color: '#DA58FB'

red 218 ◦ green 88 ◦ blue 251

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

Shades of Heliotrope #DA58FB

Tints of Heliotrope #DA58FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.06%

R = 39.14%
G = 15.8%
B = 45.06%

CMYK

 C value IS 0.13

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DA58FB (or 0xDA58FB) is known color: Heliotrope. HEX triplet: DA, 58 and FB. RGB value is (218,88,251). Sum of RGB (Red+Green+Blue) = 218+88+251=557 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.14% from 557); Green value is 88 (34.77% from 255 or 15.80% from 557); Blue value is 251 (98.44% from 255 or 45.06% from 557); Max value from RGB is 251 - color contains mainly: blue. Hex color #DA58FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA58FB is #25A704. Grayscale: #909090. Windows color (decimal): -2467589 or 16472282. OLE color: 16472282.

HSL color Cylindrical-coordinate representation of color #DA58FB: hue angle of 287.85º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DA58FB is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 88 251 -
CMYK 0.13 0.65 0 0.02
HSL 287.85º 0.95% 0.66% -
HSV(B) 287.85º 0.65% 0.98% -
XYZ 49.82 28.85 94.21 -
YUV 145.45 187.57 179.75 -
System Red Green Blue C M Y K H S L
Decimal 218 88 251 0.13 0.65 0 0.02 287.85 0.95 0.66
Hex DA 58 FB D 41 0 2 120 5F 42
Octal 332 130 373 15 101 0 2 440 137 102
Binary 11011010 1011000 11111011 1101 1000001 0 10 100100000 1011111 1000010

Color Harmonies of #DA58FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA58FB

Black with #DA58FB

Text Example


Text Example

White with #DA58FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA58FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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