Html Css Color HEX #DA52FA Heliotrope

📋 copy color: '#DA52FA'

red 218 ◦ green 82 ◦ blue 250

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

Shades of Heliotrope #DA52FA

Tints of Heliotrope #DA52FA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 14.91%

 BLUE value IS 250 (98.05% from 255) = 45.45%

R = 39.64%
G = 14.91%
B = 45.45%

CMYK

 C value IS 0.13

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DA52FA (or 0xDA52FA) is known color: Heliotrope. HEX triplet: DA, 52 and FA. RGB value is (218,82,250). Sum of RGB (Red+Green+Blue) = 218+82+250=550 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.64% from 550); Green value is 82 (32.42% from 255 or 14.91% from 550); Blue value is 250 (98.05% from 255 or 45.45% from 550); Max value from RGB is 250 - color contains mainly: blue. Hex color #DA52FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA52FA is #25AD05. Grayscale: #8D8D8D. Windows color (decimal): -2469126 or 16405210. OLE color: 16405210.

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

Color convert

RGB 218 82 250 -
CMYK 0.13 0.67 0 0.02
HSL 288.57º 0.94% 0.65% -
HSV(B) 288.57º 0.67% 0.98% -
XYZ 49.19 27.84 93.22 -
YUV 141.82 189.06 182.34 -
System Red Green Blue C M Y K H S L
Decimal 218 82 250 0.13 0.67 0 0.02 288.57 0.94 0.65
Hex DA 52 FA D 43 0 2 121 5E 41
Octal 332 122 372 15 103 0 2 441 136 101
Binary 11011010 1010010 11111010 1101 1000011 0 10 100100001 1011110 1000001

Color Harmonies of #DA52FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA52FA

Black with #DA52FA

Text Example


Text Example

White with #DA52FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA52FA; }

 p { color: rgb(218,82,250); }

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

background-color css

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

 a { background-color: rgb(218,82,250); }

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

border-color css

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

 span { border-color: rgb(218,82,250); }

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