Html Css Color HEX #DB48FA Heliotrope

📋 copy color: '#DB48FA'

red 219 ◦ green 72 ◦ blue 250

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

Shades of Heliotrope #DB48FA

Tints of Heliotrope #DB48FA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 13.31%

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

R = 40.48%
G = 13.31%
B = 46.21%

CMYK

 C value IS 0.12

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB48FA (or 0xDB48FA) is known color: Heliotrope. HEX triplet: DB, 48 and FA. RGB value is (219,72,250). Sum of RGB (Red+Green+Blue) = 219+72+250=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 72 (28.52% from 255 or 13.31% from 541); Blue value is 250 (98.05% from 255 or 46.21% from 541); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB48FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB48FA is #24B705. Grayscale: #878787. Windows color (decimal): -2406150 or 16402651. OLE color: 16402651.

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

Color convert

RGB 219 72 250 -
CMYK 0.12 0.71 0 0.02
HSL 289.55º 0.95% 0.63% -
HSV(B) 289.55º 0.71% 0.98% -
XYZ 48.79 26.6 93 -
YUV 136.25 192.2 187.03 -
System Red Green Blue C M Y K H S L
Decimal 219 72 250 0.12 0.71 0 0.02 289.55 0.95 0.63
Hex DB 48 FA C 47 0 2 122 5F 3F
Octal 333 110 372 14 107 0 2 442 137 77
Binary 11011011 1001000 11111010 1100 1000111 0 10 100100010 1011111 111111

Color Harmonies of #DB48FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB48FA

Black with #DB48FA

Text Example


Text Example

White with #DB48FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB48FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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