Html Css Color HEX #DB4AFB Heliotrope

📋 copy color: '#DB4AFB'

red 219 ◦ green 74 ◦ blue 251

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

Shades of Heliotrope #DB4AFB

Tints of Heliotrope #DB4AFB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 13.6%

 BLUE value IS 251 (98.44% from 255) = 46.14%

R = 40.26%
G = 13.6%
B = 46.14%

CMYK

 C value IS 0.13

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB4AFB (or 0xDB4AFB) is known color: Heliotrope. HEX triplet: DB, 4A and FB. RGB value is (219,74,251). Sum of RGB (Red+Green+Blue) = 219+74+251=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 74 (29.30% from 255 or 13.60% from 544); Blue value is 251 (98.44% from 255 or 46.14% from 544); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB4AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB4AFB is #24B504. Grayscale: #888888. Windows color (decimal): -2405637 or 16468699. OLE color: 16468699.

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

Color convert

RGB 219 74 251 -
CMYK 0.13 0.71 0 0.02
HSL 289.15º 0.96% 0.64% -
HSV(B) 289.15º 0.71% 0.98% -
XYZ 49.07 26.92 93.88 -
YUV 137.53 192.04 186.11 -
System Red Green Blue C M Y K H S L
Decimal 219 74 251 0.13 0.71 0 0.02 289.15 0.96 0.64
Hex DB 4A FB D 47 0 2 121 60 40
Octal 333 112 373 15 107 0 2 441 140 100
Binary 11011011 1001010 11111011 1101 1000111 0 10 100100001 1100000 1000000

Color Harmonies of #DB4AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4AFB

Black with #DB4AFB

Text Example


Text Example

White with #DB4AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4AFB; }

 p { color: rgb(219,74,251); }

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

background-color css

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

 a { background-color: rgb(219,74,251); }

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

border-color css

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

 span { border-color: rgb(219,74,251); }

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