Html Css Color HEX #DA66FA Heliotrope

📋 copy color: '#DA66FA'

red 218 ◦ green 102 ◦ blue 250

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

Shades of Heliotrope #DA66FA

Tints of Heliotrope #DA66FA

RGB

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

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

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

R = 38.25%
G = 17.89%
B = 43.86%

CMYK

 C value IS 0.13

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DA66FA (or 0xDA66FA) is known color: Heliotrope. HEX triplet: DA, 66 and FA. RGB value is (218,102,250). Sum of RGB (Red+Green+Blue) = 218+102+250=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 102 (40.23% from 255 or 17.89% from 570); Blue value is 250 (98.05% from 255 or 43.86% from 570); Max value from RGB is 250 - color contains mainly: blue. Hex color #DA66FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA66FA is #259905. Grayscale: #999999. Windows color (decimal): -2464006 or 16410330. OLE color: 16410330.

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

Color convert

RGB 218 102 250 -
CMYK 0.13 0.59 0 0.02
HSL 287.03º 0.94% 0.69% -
HSV(B) 287.03º 0.59% 0.98% -
XYZ 50.92 31.31 93.8 -
YUV 153.56 182.43 173.97 -
System Red Green Blue C M Y K H S L
Decimal 218 102 250 0.13 0.59 0 0.02 287.03 0.94 0.69
Hex DA 66 FA D 3B 0 2 11F 5E 45
Octal 332 146 372 15 73 0 2 437 136 105
Binary 11011010 1100110 11111010 1101 111011 0 10 100011111 1011110 1000101

Color Harmonies of #DA66FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA66FA

Black with #DA66FA

Text Example


Text Example

White with #DA66FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA66FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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