Html Css Color HEX #DB7BF5 Heliotrope

📋 copy color: '#DB7BF5'

red 219 ◦ green 123 ◦ blue 245

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

Shades of Heliotrope #DB7BF5

Tints of Heliotrope #DB7BF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 41.74%

R = 37.31%
G = 20.95%
B = 41.74%

CMYK

 C value IS 0.11

 M value IS 0.50

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DB7BF5 (or 0xDB7BF5) is known color: Heliotrope. HEX triplet: DB, 7B and F5. RGB value is (219,123,245). Sum of RGB (Red+Green+Blue) = 219+123+245=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 123 (48.44% from 255 or 20.95% from 587); Blue value is 245 (96.09% from 255 or 41.74% from 587); Max value from RGB is 245 - color contains mainly: blue. Hex color #DB7BF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7BF5 is #24840A. Grayscale: #A5A5A5. Windows color (decimal): -2393099 or 16088027. OLE color: 16088027.

HSL color Cylindrical-coordinate representation of color #DB7BF5: hue angle of 287.21º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB7BF5 is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 219 123 245 -
CMYK 0.11 0.50 0 0.04
HSL 287.21º 0.86% 0.72% -
HSV(B) 287.21º 0.5% 0.96% -
XYZ 52.78 35.82 90.52 -
YUV 165.61 172.8 166.08 -
System Red Green Blue C M Y K H S L
Decimal 219 123 245 0.11 0.50 0 0.04 287.21 0.86 0.72
Hex DB 7B F5 B 32 0 4 11F 56 48
Octal 333 173 365 13 62 0 4 437 126 110
Binary 11011011 1111011 11110101 1011 110010 0 100 100011111 1010110 1001000

Color Harmonies of #DB7BF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7BF5

Black with #DB7BF5

Text Example


Text Example

White with #DB7BF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7BF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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