Html Css Color HEX #DB4AFF Heliotrope

📋 copy color: '#DB4AFF'

red 219 ◦ green 74 ◦ blue 255

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

Shades of Heliotrope #DB4AFF

Tints of Heliotrope #DB4AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.53%

R = 39.96%
G = 13.5%
B = 46.53%

CMYK

 C value IS 0.14

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DB4AFF (or 0xDB4AFF) is known color: Heliotrope. HEX triplet: DB, 4A and FF. RGB value is (219,74,255). Sum of RGB (Red+Green+Blue) = 219+74+255=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 74 (29.30% from 255 or 13.50% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB4AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB4AFF is #24B500. Grayscale: #898989. Windows color (decimal): -2405633 or 16730843. OLE color: 16730843.

HSL color Cylindrical-coordinate representation of color #DB4AFF: hue angle of 288.07º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB4AFF is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 219 74 255 -
CMYK 0.14 0.71 0 0
HSL 288.07º 1% 0.65% -
HSV(B) 288.07º 0.71% 1% -
XYZ 49.71 27.18 97.23 -
YUV 137.99 194.04 185.78 -
System Red Green Blue C M Y K H S L
Decimal 219 74 255 0.14 0.71 0 0 288.07 1 0.65
Hex DB 4A FF E 47 0 0 120 64 41
Octal 333 112 377 16 107 0 0 440 144 101
Binary 11011011 1001010 11111111 1110 1000111 0 0 100100000 1100100 1000001

Color Harmonies of #DB4AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4AFF

Black with #DB4AFF

Text Example


Text Example

White with #DB4AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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