Html Css Color HEX #DB4EFD Heliotrope

📋 copy color: '#DB4EFD'

red 219 ◦ green 78 ◦ blue 253

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

Shades of Heliotrope #DB4EFD

Tints of Heliotrope #DB4EFD

RGB

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

 GREEN value IS 78 (30.86% from 255) = 14.18%

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

R = 39.82%
G = 14.18%
B = 46%

CMYK

 C value IS 0.13

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DB4EFD (or 0xDB4EFD) is known color: Heliotrope. HEX triplet: DB, 4E and FD. RGB value is (219,78,253). Sum of RGB (Red+Green+Blue) = 219+78+253=550 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.82% from 550); Green value is 78 (30.86% from 255 or 14.18% from 550); Blue value is 253 (99.22% from 255 or 46% from 550); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB4EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB4EFD is #24B102. Grayscale: #8B8B8B. Windows color (decimal): -2404611 or 16600795. OLE color: 16600795.

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

Color convert

RGB 219 78 253 -
CMYK 0.13 0.69 0 0.01
HSL 288.34º 0.98% 0.65% -
HSV(B) 288.34º 0.69% 0.99% -
XYZ 49.67 27.6 95.64 -
YUV 140.11 191.71 184.27 -
System Red Green Blue C M Y K H S L
Decimal 219 78 253 0.13 0.69 0 0.01 288.34 0.98 0.65
Hex DB 4E FD D 45 0 1 120 62 41
Octal 333 116 375 15 105 0 1 440 142 101
Binary 11011011 1001110 11111101 1101 1000101 0 1 100100000 1100010 1000001

Color Harmonies of #DB4EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4EFD

Black with #DB4EFD

Text Example


Text Example

White with #DB4EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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