Html Css Color HEX #DB84FA Heliotrope

📋 copy color: '#DB84FA'

red 219 ◦ green 132 ◦ blue 250

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

Shades of Heliotrope #DB84FA

Tints of Heliotrope #DB84FA

RGB

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

 GREEN value IS 132 (51.95% from 255) = 21.96%

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

R = 36.44%
G = 21.96%
B = 41.6%

CMYK

 C value IS 0.12

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB84FA (or 0xDB84FA) is known color: Heliotrope. HEX triplet: DB, 84 and FA. RGB value is (219,132,250). Sum of RGB (Red+Green+Blue) = 219+132+250=601 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.44% from 601); Green value is 132 (51.95% from 255 or 21.96% from 601); Blue value is 250 (98.05% from 255 or 41.60% from 601); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB84FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB84FA is #247B05. Grayscale: #ABABAB. Windows color (decimal): -2390790 or 16418011. OLE color: 16418011.

HSL color Cylindrical-coordinate representation of color #DB84FA: hue angle of 284.24º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB84FA is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 132 250 -
CMYK 0.12 0.47 0 0.02
HSL 284.24º 0.92% 0.75% -
HSV(B) 284.24º 0.47% 0.98% -
XYZ 54.72 38.46 94.98 -
YUV 171.47 172.32 161.91 -
System Red Green Blue C M Y K H S L
Decimal 219 132 250 0.12 0.47 0 0.02 284.24 0.92 0.75
Hex DB 84 FA C 2F 0 2 11C 5C 4B
Octal 333 204 372 14 57 0 2 434 134 113
Binary 11011011 10000100 11111010 1100 101111 0 10 100011100 1011100 1001011

Color Harmonies of #DB84FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB84FA

Black with #DB84FA

Text Example


Text Example

White with #DB84FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB84FA; }

 p { color: rgb(219,132,250); }

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

background-color css

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

 a { background-color: rgb(219,132,250); }

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

border-color css

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

 span { border-color: rgb(219,132,250); }

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