Html Css Color HEX #DB63FC Heliotrope

📋 copy color: '#DB63FC'

red 219 ◦ green 99 ◦ blue 252

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

Shades of Heliotrope #DB63FC

Tints of Heliotrope #DB63FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 44.21%

R = 38.42%
G = 17.37%
B = 44.21%

CMYK

 C value IS 0.13

 M value IS 0.61

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DB63FC (or 0xDB63FC) is known color: Heliotrope. HEX triplet: DB, 63 and FC. RGB value is (219,99,252). Sum of RGB (Red+Green+Blue) = 219+99+252=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 99 (39.06% from 255 or 17.37% from 570); Blue value is 252 (98.83% from 255 or 44.21% from 570); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB63FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB63FC is #249C03. Grayscale: #979797. Windows color (decimal): -2399236 or 16540635. OLE color: 16540635.

HSL color Cylindrical-coordinate representation of color #DB63FC: hue angle of 287.06º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DB63FC is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 219 99 252 -
CMYK 0.13 0.61 0 0.01
HSL 287.06º 0.96% 0.69% -
HSV(B) 287.06º 0.61% 0.99% -
XYZ 51.25 31.01 95.38 -
YUV 152.32 184.26 175.56 -
System Red Green Blue C M Y K H S L
Decimal 219 99 252 0.13 0.61 0 0.01 287.06 0.96 0.69
Hex DB 63 FC D 3D 0 1 11F 60 45
Octal 333 143 374 15 75 0 1 437 140 105
Binary 11011011 1100011 11111100 1101 111101 0 1 100011111 1100000 1000101

Color Harmonies of #DB63FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB63FC

Black with #DB63FC

Text Example


Text Example

White with #DB63FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB63FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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