Html Css Color HEX #DB7FFA Heliotrope

📋 copy color: '#DB7FFA'

red 219 ◦ green 127 ◦ blue 250

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

Shades of Heliotrope #DB7FFA

Tints of Heliotrope #DB7FFA

RGB

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

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

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

R = 36.74%
G = 21.31%
B = 41.95%

CMYK

 C value IS 0.12

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB7FFA (or 0xDB7FFA) is known color: Heliotrope. HEX triplet: DB, 7F and FA. RGB value is (219,127,250). Sum of RGB (Red+Green+Blue) = 219+127+250=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 127 (50% from 255 or 21.31% from 596); Blue value is 250 (98.05% from 255 or 41.95% from 596); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB7FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7FFA is #248005. Grayscale: #A8A8A8. Windows color (decimal): -2392070 or 16416731. OLE color: 16416731.

HSL color Cylindrical-coordinate representation of color #DB7FFA: hue angle of 284.88º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB7FFA is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 127 250 -
CMYK 0.12 0.49 0 0.02
HSL 284.88º 0.92% 0.74% -
HSV(B) 284.88º 0.49% 0.98% -
XYZ 54.06 37.14 94.76 -
YUV 168.53 173.98 164 -
System Red Green Blue C M Y K H S L
Decimal 219 127 250 0.12 0.49 0 0.02 284.88 0.92 0.74
Hex DB 7F FA C 31 0 2 11D 5C 4A
Octal 333 177 372 14 61 0 2 435 134 112
Binary 11011011 1111111 11111010 1100 110001 0 10 100011101 1011100 1001010

Color Harmonies of #DB7FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7FFA

Black with #DB7FFA

Text Example


Text Example

White with #DB7FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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