Html Css Color HEX #DB7AF5 Heliotrope

📋 copy color: '#DB7AF5'

red 219 ◦ green 122 ◦ blue 245

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

Shades of Heliotrope #DB7AF5

Tints of Heliotrope #DB7AF5

RGB

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

 GREEN value IS 122 (48.05% from 255) = 20.82%

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

R = 37.37%
G = 20.82%
B = 41.81%

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

#DB7AF5 (or 0xDB7AF5) is known color: Heliotrope. HEX triplet: DB, 7A and F5. RGB value is (219,122,245). Sum of RGB (Red+Green+Blue) = 219+122+245=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 122 (48.05% from 255 or 20.82% from 586); Blue value is 245 (96.09% from 255 or 41.81% from 586); Max value from RGB is 245 - color contains mainly: blue. Hex color #DB7AF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7AF5 is #24850A. Grayscale: #A4A4A4. Windows color (decimal): -2393355 or 16087771. OLE color: 16087771.

HSL color Cylindrical-coordinate representation of color #DB7AF5: hue angle of 287.32º 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 #DB7AF5 is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 219 122 245 -
CMYK 0.11 0.50 0 0.04
HSL 287.32º 0.86% 0.72% -
HSV(B) 287.32º 0.5% 0.96% -
XYZ 52.65 35.57 90.48 -
YUV 165.03 173.14 166.5 -
System Red Green Blue C M Y K H S L
Decimal 219 122 245 0.11 0.50 0 0.04 287.32 0.86 0.72
Hex DB 7A F5 B 32 0 4 11F 56 48
Octal 333 172 365 13 62 0 4 437 126 110
Binary 11011011 1111010 11110101 1011 110010 0 100 100011111 1010110 1001000

Color Harmonies of #DB7AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7AF5

Black with #DB7AF5

Text Example


Text Example

White with #DB7AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7AF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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