Html Css Color HEX #DB63EB Heliotrope

📋 copy color: '#DB63EB'

red 219 ◦ green 99 ◦ blue 235

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

Shades of Heliotrope #DB63EB

Tints of Heliotrope #DB63EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.5%

R = 39.6%
G = 17.9%
B = 42.5%

CMYK

 C value IS 0.07

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DB63EB (or 0xDB63EB) is known color: Heliotrope. HEX triplet: DB, 63 and EB. RGB value is (219,99,235). Sum of RGB (Red+Green+Blue) = 219+99+235=553 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.60% from 553); Green value is 99 (39.06% from 255 or 17.90% from 553); Blue value is 235 (92.19% from 255 or 42.50% from 553); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB63EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB63EB is #249C14. Grayscale: #959595. Windows color (decimal): -2399253 or 15426523. OLE color: 15426523.

HSL color Cylindrical-coordinate representation of color #DB63EB: hue angle of 292.94º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB63EB is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 99 235 -
CMYK 0.07 0.58 0 0.08
HSL 292.94º 0.77% 0.65% -
HSV(B) 292.94º 0.58% 0.92% -
XYZ 48.67 29.98 81.82 -
YUV 150.38 175.76 176.94 -
System Red Green Blue C M Y K H S L
Decimal 219 99 235 0.07 0.58 0 0.08 292.94 0.77 0.65
Hex DB 63 EB 7 3A 0 8 125 4D 41
Octal 333 143 353 7 72 0 10 445 115 101
Binary 11011011 1100011 11101011 111 111010 0 1000 100100101 1001101 1000001

Color Harmonies of #DB63EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB63EB

Black with #DB63EB

Text Example


Text Example

White with #DB63EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB63EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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