Html Css Color HEX #DB61FA Heliotrope

📋 copy color: '#DB61FA'

red 219 ◦ green 97 ◦ blue 250

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

Shades of Heliotrope #DB61FA

Tints of Heliotrope #DB61FA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.14%

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

R = 38.69%
G = 17.14%
B = 44.17%

CMYK

 C value IS 0.12

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB61FA (or 0xDB61FA) is known color: Heliotrope. HEX triplet: DB, 61 and FA. RGB value is (219,97,250). Sum of RGB (Red+Green+Blue) = 219+97+250=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 97 (38.28% from 255 or 17.14% from 566); Blue value is 250 (98.05% from 255 or 44.17% from 566); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB61FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB61FA is #249E05. Grayscale: #969696. Windows color (decimal): -2399750 or 16409051. OLE color: 16409051.

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

Color convert

RGB 219 97 250 -
CMYK 0.12 0.61 0 0.02
HSL 287.84º 0.94% 0.68% -
HSV(B) 287.84º 0.61% 0.98% -
XYZ 50.74 30.51 93.66 -
YUV 150.92 183.92 176.56 -
System Red Green Blue C M Y K H S L
Decimal 219 97 250 0.12 0.61 0 0.02 287.84 0.94 0.68
Hex DB 61 FA C 3D 0 2 120 5E 44
Octal 333 141 372 14 75 0 2 440 136 104
Binary 11011011 1100001 11111010 1100 111101 0 10 100100000 1011110 1000100

Color Harmonies of #DB61FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB61FA

Black with #DB61FA

Text Example


Text Example

White with #DB61FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB61FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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