Html Css Color HEX #DA58F2 Heliotrope

📋 copy color: '#DA58F2'

red 218 ◦ green 88 ◦ blue 242

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

Shades of Heliotrope #DA58F2

Tints of Heliotrope #DA58F2

RGB

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

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

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

R = 39.78%
G = 16.06%
B = 44.16%

CMYK

 C value IS 0.10

 M value IS 0.64

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DA58F2 (or 0xDA58F2) is known color: Heliotrope. HEX triplet: DA, 58 and F2. RGB value is (218,88,242). Sum of RGB (Red+Green+Blue) = 218+88+242=548 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.78% from 548); Green value is 88 (34.77% from 255 or 16.06% from 548); Blue value is 242 (94.92% from 255 or 44.16% from 548); Max value from RGB is 242 - color contains mainly: blue. Hex color #DA58F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA58F2 is #25A70D. Grayscale: #8F8F8F. Windows color (decimal): -2467598 or 15882458. OLE color: 15882458.

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

Color convert

RGB 218 88 242 -
CMYK 0.10 0.64 0 0.05
HSL 290.65º 0.86% 0.65% -
HSV(B) 290.65º 0.64% 0.95% -
XYZ 48.43 28.3 86.91 -
YUV 144.43 183.07 180.48 -
System Red Green Blue C M Y K H S L
Decimal 218 88 242 0.10 0.64 0 0.05 290.65 0.86 0.65
Hex DA 58 F2 A 40 0 5 123 56 41
Octal 332 130 362 12 100 0 5 443 126 101
Binary 11011010 1011000 11110010 1010 1000000 0 101 100100011 1010110 1000001

Color Harmonies of #DA58F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA58F2

Black with #DA58F2

Text Example


Text Example

White with #DA58F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA58F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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