Html Css Color HEX #DB53FA Heliotrope

📋 copy color: '#DB53FA'

red 219 ◦ green 83 ◦ blue 250

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

Shades of Heliotrope #DB53FA

Tints of Heliotrope #DB53FA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.04%

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

R = 39.67%
G = 15.04%
B = 45.29%

CMYK

 C value IS 0.12

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB53FA (or 0xDB53FA) is known color: Heliotrope. HEX triplet: DB, 53 and FA. RGB value is (219,83,250). Sum of RGB (Red+Green+Blue) = 219+83+250=552 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.67% from 552); Green value is 83 (32.81% from 255 or 15.04% from 552); Blue value is 250 (98.05% from 255 or 45.29% from 552); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB53FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB53FA is #24AC05. Grayscale: #8E8E8E. Windows color (decimal): -2403334 or 16405467. OLE color: 16405467.

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

Color convert

RGB 219 83 250 -
CMYK 0.12 0.67 0 0.02
HSL 288.86º 0.94% 0.65% -
HSV(B) 288.86º 0.67% 0.98% -
XYZ 49.56 28.15 93.26 -
YUV 142.7 188.56 182.42 -
System Red Green Blue C M Y K H S L
Decimal 219 83 250 0.12 0.67 0 0.02 288.86 0.94 0.65
Hex DB 53 FA C 43 0 2 121 5E 41
Octal 333 123 372 14 103 0 2 441 136 101
Binary 11011011 1010011 11111010 1100 1000011 0 10 100100001 1011110 1000001

Color Harmonies of #DB53FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB53FA

Black with #DB53FA

Text Example


Text Example

White with #DB53FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB53FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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