Html Css Color HEX #DB7FF5 Heliotrope

📋 copy color: '#DB7FF5'

red 219 ◦ green 127 ◦ blue 245

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

Shades of Heliotrope #DB7FF5

Tints of Heliotrope #DB7FF5

RGB

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

 GREEN value IS 127 (50% from 255) = 21.49%

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

R = 37.06%
G = 21.49%
B = 41.46%

CMYK

 C value IS 0.11

 M value IS 0.48

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DB7FF5 (or 0xDB7FF5) is known color: Heliotrope. HEX triplet: DB, 7F and F5. RGB value is (219,127,245). Sum of RGB (Red+Green+Blue) = 219+127+245=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 127 (50% from 255 or 21.49% from 591); Blue value is 245 (96.09% from 255 or 41.46% from 591); Max value from RGB is 245 - color contains mainly: blue. Hex color #DB7FF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7FF5 is #24800A. Grayscale: #A7A7A7. Windows color (decimal): -2392075 or 16089051. OLE color: 16089051.

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

Color convert

RGB 219 127 245 -
CMYK 0.11 0.48 0 0.04
HSL 286.78º 0.86% 0.73% -
HSV(B) 286.78º 0.48% 0.96% -
XYZ 53.28 36.83 90.69 -
YUV 167.96 171.48 164.41 -
System Red Green Blue C M Y K H S L
Decimal 219 127 245 0.11 0.48 0 0.04 286.78 0.86 0.73
Hex DB 7F F5 B 30 0 4 11F 56 49
Octal 333 177 365 13 60 0 4 437 126 111
Binary 11011011 1111111 11110101 1011 110000 0 100 100011111 1010110 1001001

Color Harmonies of #DB7FF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7FF5

Black with #DB7FF5

Text Example


Text Example

White with #DB7FF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7FF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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