Html Css Color HEX #DB48FC Heliotrope

📋 copy color: '#DB48FC'

red 219 ◦ green 72 ◦ blue 252

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

Shades of Heliotrope #DB48FC

Tints of Heliotrope #DB48FC

RGB

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

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

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

R = 40.33%
G = 13.26%
B = 46.41%

CMYK

 C value IS 0.13

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DB48FC (or 0xDB48FC) is known color: Heliotrope. HEX triplet: DB, 48 and FC. RGB value is (219,72,252). Sum of RGB (Red+Green+Blue) = 219+72+252=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 72 (28.52% from 255 or 13.26% from 543); Blue value is 252 (98.83% from 255 or 46.41% from 543); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB48FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB48FC is #24B703. Grayscale: #878787. Windows color (decimal): -2406148 or 16533723. OLE color: 16533723.

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

Color convert

RGB 219 72 252 -
CMYK 0.13 0.71 0 0.01
HSL 289º 0.97% 0.64% -
HSV(B) 289º 0.71% 0.99% -
XYZ 49.1 26.72 94.67 -
YUV 136.47 193.2 186.86 -
System Red Green Blue C M Y K H S L
Decimal 219 72 252 0.13 0.71 0 0.01 289 0.97 0.64
Hex DB 48 FC D 47 0 1 121 61 40
Octal 333 110 374 15 107 0 1 441 141 100
Binary 11011011 1001000 11111100 1101 1000111 0 1 100100001 1100001 1000000

Color Harmonies of #DB48FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB48FC

Black with #DB48FC

Text Example


Text Example

White with #DB48FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB48FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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