Html Css Color HEX #DB7AFA Heliotrope

📋 copy color: '#DB7AFA'

red 219 ◦ green 122 ◦ blue 250

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

Shades of Heliotrope #DB7AFA

Tints of Heliotrope #DB7AFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.3%

R = 37.06%
G = 20.64%
B = 42.3%

CMYK

 C value IS 0.12

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB7AFA (or 0xDB7AFA) is known color: Heliotrope. HEX triplet: DB, 7A and FA. RGB value is (219,122,250). Sum of RGB (Red+Green+Blue) = 219+122+250=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 122 (48.05% from 255 or 20.64% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB7AFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7AFA is #248505. Grayscale: #A5A5A5. Windows color (decimal): -2393350 or 16415451. OLE color: 16415451.

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

Color convert

RGB 219 122 250 -
CMYK 0.12 0.51 0 0.02
HSL 285.47º 0.93% 0.73% -
HSV(B) 285.47º 0.51% 0.98% -
XYZ 53.43 35.88 94.55 -
YUV 165.6 175.64 166.09 -
System Red Green Blue C M Y K H S L
Decimal 219 122 250 0.12 0.51 0 0.02 285.47 0.93 0.73
Hex DB 7A FA C 33 0 2 11D 5D 49
Octal 333 172 372 14 63 0 2 435 135 111
Binary 11011011 1111010 11111010 1100 110011 0 10 100011101 1011101 1001001

Color Harmonies of #DB7AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7AFA

Black with #DB7AFA

Text Example


Text Example

White with #DB7AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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