Html Css Color HEX #DA66F0 Heliotrope

📋 copy color: '#DA66F0'

red 218 ◦ green 102 ◦ blue 240

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

Shades of Heliotrope #DA66F0

Tints of Heliotrope #DA66F0

RGB

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

 GREEN value IS 102 (40.23% from 255) = 18.21%

 BLUE value IS 240 (94.14% from 255) = 42.86%

R = 38.93%
G = 18.21%
B = 42.86%

CMYK

 C value IS 0.09

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DA66F0 (or 0xDA66F0) is known color: Heliotrope. HEX triplet: DA, 66 and F0. RGB value is (218,102,240). Sum of RGB (Red+Green+Blue) = 218+102+240=560 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.93% from 560); Green value is 102 (40.23% from 255 or 18.21% from 560); Blue value is 240 (94.14% from 255 or 42.86% from 560); Max value from RGB is 240 - color contains mainly: blue. Hex color #DA66F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA66F0 is #25990F. Grayscale: #979797. Windows color (decimal): -2464016 or 15754970. OLE color: 15754970.

HSL color Cylindrical-coordinate representation of color #DA66F0: hue angle of 290.43º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DA66F0 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 218 102 240 -
CMYK 0.09 0.58 0 0.06
HSL 290.43º 0.82% 0.67% -
HSV(B) 290.43º 0.58% 0.94% -
XYZ 49.39 30.7 85.76 -
YUV 152.42 177.43 174.78 -
System Red Green Blue C M Y K H S L
Decimal 218 102 240 0.09 0.58 0 0.06 290.43 0.82 0.67
Hex DA 66 F0 9 3A 0 6 122 52 43
Octal 332 146 360 11 72 0 6 442 122 103
Binary 11011010 1100110 11110000 1001 111010 0 110 100100010 1010010 1000011

Color Harmonies of #DA66F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA66F0

Black with #DA66F0

Text Example


Text Example

White with #DA66F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA66F0; }

 p { color: rgb(218,102,240); }

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

background-color css

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

 a { background-color: rgb(218,102,240); }

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

border-color css

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

 span { border-color: rgb(218,102,240); }

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