Html Css Color HEX #DB48FD Heliotrope

📋 copy color: '#DB48FD'

red 219 ◦ green 72 ◦ blue 253

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

Shades of Heliotrope #DB48FD

Tints of Heliotrope #DB48FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46.51%

R = 40.26%
G = 13.24%
B = 46.51%

CMYK

 C value IS 0.13

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DB48FD (or 0xDB48FD) is known color: Heliotrope. HEX triplet: DB, 48 and FD. RGB value is (219,72,253). Sum of RGB (Red+Green+Blue) = 219+72+253=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 72 (28.52% from 255 or 13.24% from 544); Blue value is 253 (99.22% from 255 or 46.51% from 544); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB48FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB48FD is #24B702. Grayscale: #888888. Windows color (decimal): -2406147 or 16599259. OLE color: 16599259.

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

Color convert

RGB 219 72 253 -
CMYK 0.13 0.72 0 0.01
HSL 288.73º 0.98% 0.64% -
HSV(B) 288.73º 0.72% 0.99% -
XYZ 49.26 26.79 95.5 -
YUV 136.59 193.7 186.78 -
System Red Green Blue C M Y K H S L
Decimal 219 72 253 0.13 0.72 0 0.01 288.73 0.98 0.64
Hex DB 48 FD D 48 0 1 121 62 40
Octal 333 110 375 15 110 0 1 441 142 100
Binary 11011011 1001000 11111101 1101 1001000 0 1 100100001 1100010 1000000

Color Harmonies of #DB48FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB48FD

Black with #DB48FD

Text Example


Text Example

White with #DB48FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB48FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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