Html Css Color HEX #DA52F6 Heliotrope

📋 copy color: '#DA52F6'

red 218 ◦ green 82 ◦ blue 246

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

Shades of Heliotrope #DA52F6

Tints of Heliotrope #DA52F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 45.05%

R = 39.93%
G = 15.02%
B = 45.05%

CMYK

 C value IS 0.11

 M value IS 0.67

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DA52F6 (or 0xDA52F6) is known color: Heliotrope. HEX triplet: DA, 52 and F6. RGB value is (218,82,246). Sum of RGB (Red+Green+Blue) = 218+82+246=546 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.93% from 546); Green value is 82 (32.42% from 255 or 15.02% from 546); Blue value is 246 (96.48% from 255 or 45.05% from 546); Max value from RGB is 246 - color contains mainly: blue. Hex color #DA52F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA52F6 is #25AD09. Grayscale: #8C8C8C. Windows color (decimal): -2469130 or 16143066. OLE color: 16143066.

HSL color Cylindrical-coordinate representation of color #DA52F6: hue angle of 289.76º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DA52F6 is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 218 82 246 -
CMYK 0.11 0.67 0 0.04
HSL 289.76º 0.9% 0.64% -
HSV(B) 289.76º 0.67% 0.96% -
XYZ 48.57 27.59 89.96 -
YUV 141.36 187.06 182.66 -
System Red Green Blue C M Y K H S L
Decimal 218 82 246 0.11 0.67 0 0.04 289.76 0.9 0.64
Hex DA 52 F6 B 43 0 4 122 5A 40
Octal 332 122 366 13 103 0 4 442 132 100
Binary 11011010 1010010 11110110 1011 1000011 0 100 100100010 1011010 1000000

Color Harmonies of #DA52F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA52F6

Black with #DA52F6

Text Example


Text Example

White with #DA52F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA52F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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