Html Css Color HEX #DB4DFF Heliotrope

📋 copy color: '#DB4DFF'

red 219 ◦ green 77 ◦ blue 255

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

Shades of Heliotrope #DB4DFF

Tints of Heliotrope #DB4DFF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 13.97%

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

R = 39.75%
G = 13.97%
B = 46.28%

CMYK

 C value IS 0.14

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DB4DFF (or 0xDB4DFF) is known color: Heliotrope. HEX triplet: DB, 4D and FF. RGB value is (219,77,255). Sum of RGB (Red+Green+Blue) = 219+77+255=551 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.75% from 551); Green value is 77 (30.47% from 255 or 13.97% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB4DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB4DFF is #24B200. Grayscale: #8B8B8B. Windows color (decimal): -2404865 or 16731611. OLE color: 16731611.

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

Color convert

RGB 219 77 255 -
CMYK 0.14 0.70 0 0
HSL 287.87º 1% 0.65% -
HSV(B) 287.87º 0.7% 1% -
XYZ 49.92 27.59 97.3 -
YUV 139.75 193.04 184.53 -
System Red Green Blue C M Y K H S L
Decimal 219 77 255 0.14 0.70 0 0 287.87 1 0.65
Hex DB 4D FF E 46 0 0 120 64 41
Octal 333 115 377 16 106 0 0 440 144 101
Binary 11011011 1001101 11111111 1110 1000110 0 0 100100000 1100100 1000001

Color Harmonies of #DB4DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4DFF

Black with #DB4DFF

Text Example


Text Example

White with #DB4DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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