Html Css Color HEX #DB7BFA Heliotrope

📋 copy color: '#DB7BFA'

red 219 ◦ green 123 ◦ blue 250

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

Shades of Heliotrope #DB7BFA

Tints of Heliotrope #DB7BFA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 20.78%

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

R = 36.99%
G = 20.78%
B = 42.23%

CMYK

 C value IS 0.12

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB7BFA (or 0xDB7BFA) is known color: Heliotrope. HEX triplet: DB, 7B and FA. RGB value is (219,123,250). Sum of RGB (Red+Green+Blue) = 219+123+250=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 123 (48.44% from 255 or 20.78% from 592); Blue value is 250 (98.05% from 255 or 42.23% from 592); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB7BFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7BFA is #248405. Grayscale: #A5A5A5. Windows color (decimal): -2393094 or 16415707. OLE color: 16415707.

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

Color convert

RGB 219 123 250 -
CMYK 0.12 0.51 0 0.02
HSL 285.35º 0.93% 0.73% -
HSV(B) 285.35º 0.51% 0.98% -
XYZ 53.55 36.13 94.59 -
YUV 166.18 175.3 165.67 -
System Red Green Blue C M Y K H S L
Decimal 219 123 250 0.12 0.51 0 0.02 285.35 0.93 0.73
Hex DB 7B FA C 33 0 2 11D 5D 49
Octal 333 173 372 14 63 0 2 435 135 111
Binary 11011011 1111011 11111010 1100 110011 0 10 100011101 1011101 1001001

Color Harmonies of #DB7BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7BFA

Black with #DB7BFA

Text Example


Text Example

White with #DB7BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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