Html Css Color HEX #DB6AFD Heliotrope

📋 copy color: '#DB6AFD'

red 219 ◦ green 106 ◦ blue 253

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

Shades of Heliotrope #DB6AFD

Tints of Heliotrope #DB6AFD

RGB

 RED value IS 219 (85.94% from 255) = 37.89%

 GREEN value IS 106 (41.8% from 255) = 18.34%

 BLUE value IS 253 (99.22% from 255) = 43.77%

R = 37.89%
G = 18.34%
B = 43.77%

CMYK

 C value IS 0.13

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DB6AFD (or 0xDB6AFD) is known color: Heliotrope. HEX triplet: DB, 6A and FD. RGB value is (219,106,253). Sum of RGB (Red+Green+Blue) = 219+106+253=578 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.89% from 578); Green value is 106 (41.80% from 255 or 18.34% from 578); Blue value is 253 (99.22% from 255 or 43.77% from 578); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB6AFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB6AFD is #249502. Grayscale: #9C9C9C. Windows color (decimal): -2397443 or 16607963. OLE color: 16607963.

HSL color Cylindrical-coordinate representation of color #DB6AFD: hue angle of 286.12º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB6AFD is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 219 106 253 -
CMYK 0.13 0.58 0 0.01
HSL 286.12º 0.97% 0.7% -
HSV(B) 286.12º 0.58% 0.99% -
XYZ 52.1 32.46 96.45 -
YUV 156.55 182.44 172.55 -
System Red Green Blue C M Y K H S L
Decimal 219 106 253 0.13 0.58 0 0.01 286.12 0.97 0.7
Hex DB 6A FD D 3A 0 1 11E 61 46
Octal 333 152 375 15 72 0 1 436 141 106
Binary 11011011 1101010 11111101 1101 111010 0 1 100011110 1100001 1000110

Color Harmonies of #DB6AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6AFD

Black with #DB6AFD

Text Example


Text Example

White with #DB6AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6AFD; }

 p { color: rgb(219,106,253); }

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

background-color css

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

 a { background-color: rgb(219,106,253); }

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

border-color css

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

 span { border-color: rgb(219,106,253); }

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