Html Css Color HEX #DA68FB Heliotrope

📋 copy color: '#DA68FB'

red 218 ◦ green 104 ◦ blue 251

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

Shades of Heliotrope #DA68FB

Tints of Heliotrope #DA68FB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 18.15%

 BLUE value IS 251 (98.44% from 255) = 43.8%

R = 38.05%
G = 18.15%
B = 43.8%

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

#DA68FB (or 0xDA68FB) is known color: Heliotrope. HEX triplet: DA, 68 and FB. RGB value is (218,104,251). Sum of RGB (Red+Green+Blue) = 218+104+251=573 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.05% from 573); Green value is 104 (41.02% from 255 or 18.15% from 573); Blue value is 251 (98.44% from 255 or 43.80% from 573); Max value from RGB is 251 - color contains mainly: blue. Hex color #DA68FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA68FB is #259704. Grayscale: #9A9A9A. Windows color (decimal): -2463493 or 16476378. OLE color: 16476378.

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

Color convert

RGB 218 104 251 -
CMYK 0.13 0.59 0 0.02
HSL 286.53º 0.95% 0.7% -
HSV(B) 286.53º 0.59% 0.98% -
XYZ 51.28 31.77 94.7 -
YUV 154.84 182.27 173.05 -
System Red Green Blue C M Y K H S L
Decimal 218 104 251 0.13 0.59 0 0.02 286.53 0.95 0.7
Hex DA 68 FB D 3B 0 2 11F 5F 46
Octal 332 150 373 15 73 0 2 437 137 106
Binary 11011010 1101000 11111011 1101 111011 0 10 100011111 1011111 1000110

Color Harmonies of #DA68FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA68FB

Black with #DA68FB

Text Example


Text Example

White with #DA68FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA68FB; }

 p { color: rgb(218,104,251); }

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

background-color css

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

 a { background-color: rgb(218,104,251); }

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

border-color css

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

 span { border-color: rgb(218,104,251); }

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