Html Css Color HEX #DB4FFA Heliotrope

📋 copy color: '#DB4FFA'

red 219 ◦ green 79 ◦ blue 250

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

Shades of Heliotrope #DB4FFA

Tints of Heliotrope #DB4FFA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 14.42%

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

R = 39.96%
G = 14.42%
B = 45.62%

CMYK

 C value IS 0.12

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB4FFA (or 0xDB4FFA) is known color: Heliotrope. HEX triplet: DB, 4F and FA. RGB value is (219,79,250). Sum of RGB (Red+Green+Blue) = 219+79+250=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 79 (31.25% from 255 or 14.42% from 548); Blue value is 250 (98.05% from 255 or 45.62% from 548); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB4FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB4FFA is #24B005. Grayscale: #8B8B8B. Windows color (decimal): -2404358 or 16404443. OLE color: 16404443.

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

Color convert

RGB 219 79 250 -
CMYK 0.12 0.68 0 0.02
HSL 289.12º 0.94% 0.65% -
HSV(B) 289.12º 0.68% 0.98% -
XYZ 49.26 27.55 93.16 -
YUV 140.35 189.88 184.1 -
System Red Green Blue C M Y K H S L
Decimal 219 79 250 0.12 0.68 0 0.02 289.12 0.94 0.65
Hex DB 4F FA C 44 0 2 121 5E 41
Octal 333 117 372 14 104 0 2 441 136 101
Binary 11011011 1001111 11111010 1100 1000100 0 10 100100001 1011110 1000001

Color Harmonies of #DB4FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4FFA

Black with #DB4FFA

Text Example


Text Example

White with #DB4FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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