Html Css Color HEX #DA66EF Heliotrope

📋 copy color: '#DA66EF'

red 218 ◦ green 102 ◦ blue 239

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

Shades of Heliotrope #DA66EF

Tints of Heliotrope #DA66EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.75%

R = 39%
G = 18.25%
B = 42.75%

CMYK

 C value IS 0.09

 M value IS 0.57

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DA66EF (or 0xDA66EF) is known color: Heliotrope. HEX triplet: DA, 66 and EF. RGB value is (218,102,239). Sum of RGB (Red+Green+Blue) = 218+102+239=559 (74% of max value = 765). Red value is 218 (85.55% from 255 or 39.00% from 559); Green value is 102 (40.23% from 255 or 18.25% from 559); Blue value is 239 (93.75% from 255 or 42.75% from 559); Max value from RGB is 239 - color contains mainly: blue. Hex color #DA66EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA66EF is #259910. Grayscale: #979797. Windows color (decimal): -2464017 or 15689434. OLE color: 15689434.

HSL color Cylindrical-coordinate representation of color #DA66EF: hue angle of 290.8º degrees, saturation: 0.81, 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 #DA66EF is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 218 102 239 -
CMYK 0.09 0.57 0 0.06
HSL 290.8º 0.81% 0.67% -
HSV(B) 290.8º 0.57% 0.94% -
XYZ 49.24 30.64 84.98 -
YUV 152.3 176.93 174.86 -
System Red Green Blue C M Y K H S L
Decimal 218 102 239 0.09 0.57 0 0.06 290.8 0.81 0.67
Hex DA 66 EF 9 39 0 6 123 51 43
Octal 332 146 357 11 71 0 6 443 121 103
Binary 11011010 1100110 11101111 1001 111001 0 110 100100011 1010001 1000011

Color Harmonies of #DA66EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA66EF

Black with #DA66EF

Text Example


Text Example

White with #DA66EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA66EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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