Html Css Color HEX #DA6BFB Heliotrope

📋 copy color: '#DA6BFB'

red 218 ◦ green 107 ◦ blue 251

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

Shades of Heliotrope #DA6BFB

Tints of Heliotrope #DA6BFB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 18.58%

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

R = 37.85%
G = 18.58%
B = 43.58%

CMYK

 C value IS 0.13

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DA6BFB (or 0xDA6BFB) is known color: Heliotrope. HEX triplet: DA, 6B and FB. RGB value is (218,107,251). Sum of RGB (Red+Green+Blue) = 218+107+251=576 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.85% from 576); Green value is 107 (42.19% from 255 or 18.58% from 576); Blue value is 251 (98.44% from 255 or 43.58% from 576); Max value from RGB is 251 - color contains mainly: blue. Hex color #DA6BFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA6BFB is #259404. Grayscale: #9C9C9C. Windows color (decimal): -2462725 or 16477146. OLE color: 16477146.

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

Color convert

RGB 218 107 251 -
CMYK 0.13 0.57 0 0.02
HSL 286.25º 0.95% 0.7% -
HSV(B) 286.25º 0.57% 0.98% -
XYZ 51.58 32.39 94.8 -
YUV 156.61 181.27 171.79 -
System Red Green Blue C M Y K H S L
Decimal 218 107 251 0.13 0.57 0 0.02 286.25 0.95 0.7
Hex DA 6B FB D 39 0 2 11E 5F 46
Octal 332 153 373 15 71 0 2 436 137 106
Binary 11011010 1101011 11111011 1101 111001 0 10 100011110 1011111 1000110

Color Harmonies of #DA6BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6BFB

Black with #DA6BFB

Text Example


Text Example

White with #DA6BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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