Html Css Color HEX #DB7AFE Heliotrope

📋 copy color: '#DB7AFE'

red 219 ◦ green 122 ◦ blue 254

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

Shades of Heliotrope #DB7AFE

Tints of Heliotrope #DB7AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.69%

R = 36.81%
G = 20.5%
B = 42.69%

CMYK

 C value IS 0.14

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DB7AFE (or 0xDB7AFE) is known color: Heliotrope. HEX triplet: DB, 7A and FE. RGB value is (219,122,254). Sum of RGB (Red+Green+Blue) = 219+122+254=595 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.81% from 595); Green value is 122 (48.05% from 255 or 20.50% from 595); Blue value is 254 (99.61% from 255 or 42.69% from 595); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB7AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7AFE is #248501. Grayscale: #A5A5A5. Windows color (decimal): -2393346 or 16677595. OLE color: 16677595.

HSL color Cylindrical-coordinate representation of color #DB7AFE: hue angle of 284.09º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB7AFE is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 219 122 254 -
CMYK 0.14 0.52 0 0.00
HSL 284.09º 0.99% 0.74% -
HSV(B) 284.09º 0.52% 1% -
XYZ 54.06 36.13 97.89 -
YUV 166.05 177.64 165.77 -
System Red Green Blue C M Y K H S L
Decimal 219 122 254 0.14 0.52 0 0.00 284.09 0.99 0.74
Hex DB 7A FE E 34 0 0 11C 63 4A
Octal 333 172 376 16 64 0 0 434 143 112
Binary 11011011 1111010 11111110 1110 110100 0 0 100011100 1100011 1001010

Color Harmonies of #DB7AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7AFE

Black with #DB7AFE

Text Example


Text Example

White with #DB7AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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