Html Css Color HEX #DB63FA Heliotrope

📋 copy color: '#DB63FA'

red 219 ◦ green 99 ◦ blue 250

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

Shades of Heliotrope #DB63FA

Tints of Heliotrope #DB63FA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 17.43%

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

R = 38.56%
G = 17.43%
B = 44.01%

CMYK

 C value IS 0.12

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB63FA (or 0xDB63FA) is known color: Heliotrope. HEX triplet: DB, 63 and FA. RGB value is (219,99,250). Sum of RGB (Red+Green+Blue) = 219+99+250=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 99 (39.06% from 255 or 17.43% from 568); Blue value is 250 (98.05% from 255 or 44.01% from 568); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB63FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB63FA is #249C05. Grayscale: #979797. Windows color (decimal): -2399238 or 16409563. OLE color: 16409563.

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

Color convert

RGB 219 99 250 -
CMYK 0.12 0.60 0 0.02
HSL 287.68º 0.94% 0.68% -
HSV(B) 287.68º 0.6% 0.98% -
XYZ 50.93 30.89 93.72 -
YUV 152.09 183.26 175.72 -
System Red Green Blue C M Y K H S L
Decimal 219 99 250 0.12 0.60 0 0.02 287.68 0.94 0.68
Hex DB 63 FA C 3C 0 2 120 5E 44
Octal 333 143 372 14 74 0 2 440 136 104
Binary 11011011 1100011 11111010 1100 111100 0 10 100100000 1011110 1000100

Color Harmonies of #DB63FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB63FA

Black with #DB63FA

Text Example


Text Example

White with #DB63FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB63FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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