Html Css Color HEX #DB7AFB Heliotrope

📋 copy color: '#DB7AFB'

red 219 ◦ green 122 ◦ blue 251

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

Shades of Heliotrope #DB7AFB

Tints of Heliotrope #DB7AFB

RGB

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

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

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

R = 36.99%
G = 20.61%
B = 42.4%

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

#DB7AFB (or 0xDB7AFB) is known color: Heliotrope. HEX triplet: DB, 7A and FB. RGB value is (219,122,251). Sum of RGB (Red+Green+Blue) = 219+122+251=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 122 (48.05% from 255 or 20.61% from 592); Blue value is 251 (98.44% from 255 or 42.40% from 592); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB7AFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7AFB is #248504. Grayscale: #A5A5A5. Windows color (decimal): -2393349 or 16480987. OLE color: 16480987.

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

Color convert

RGB 219 122 251 -
CMYK 0.13 0.51 0 0.02
HSL 285.12º 0.94% 0.73% -
HSV(B) 285.12º 0.51% 0.98% -
XYZ 53.59 35.94 95.38 -
YUV 165.71 176.14 166.01 -
System Red Green Blue C M Y K H S L
Decimal 219 122 251 0.13 0.51 0 0.02 285.12 0.94 0.73
Hex DB 7A FB D 33 0 2 11D 5E 49
Octal 333 172 373 15 63 0 2 435 136 111
Binary 11011011 1111010 11111011 1101 110011 0 10 100011101 1011110 1001001

Color Harmonies of #DB7AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7AFB

Black with #DB7AFB

Text Example


Text Example

White with #DB7AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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