Html Css Color HEX #DB7BFB Heliotrope

📋 copy color: '#DB7BFB'

red 219 ◦ green 123 ◦ blue 251

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

Shades of Heliotrope #DB7BFB

Tints of Heliotrope #DB7BFB

RGB

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

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

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

R = 36.93%
G = 20.74%
B = 42.33%

CMYK

 C value IS 0.13

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB7BFB (or 0xDB7BFB) is known color: Heliotrope. HEX triplet: DB, 7B and FB. RGB value is (219,123,251). Sum of RGB (Red+Green+Blue) = 219+123+251=593 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.93% from 593); Green value is 123 (48.44% from 255 or 20.74% from 593); Blue value is 251 (98.44% from 255 or 42.33% from 593); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB7BFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7BFB is #248404. Grayscale: #A5A5A5. Windows color (decimal): -2393093 or 16481243. OLE color: 16481243.

HSL color Cylindrical-coordinate representation of color #DB7BFB: hue angle of 285º degrees, saturation: 0.94, 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 #DB7BFB is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 123 251 -
CMYK 0.13 0.51 0 0.02
HSL 285º 0.94% 0.73% -
HSV(B) 285º 0.51% 0.98% -
XYZ 53.71 36.19 95.42 -
YUV 166.3 175.8 165.59 -
System Red Green Blue C M Y K H S L
Decimal 219 123 251 0.13 0.51 0 0.02 285 0.94 0.73
Hex DB 7B FB D 33 0 2 11D 5E 49
Octal 333 173 373 15 63 0 2 435 136 111
Binary 11011011 1111011 11111011 1101 110011 0 10 100011101 1011110 1001001

Color Harmonies of #DB7BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7BFB

Black with #DB7BFB

Text Example


Text Example

White with #DB7BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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