Html Css Color HEX #DB8EFD Heliotrope

📋 copy color: '#DB8EFD'

red 219 ◦ green 142 ◦ blue 253

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

Shades of Heliotrope #DB8EFD

Tints of Heliotrope #DB8EFD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 23.13%

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

R = 35.67%
G = 23.13%
B = 41.21%

CMYK

 C value IS 0.13

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DB8EFD (or 0xDB8EFD) is known color: Heliotrope. HEX triplet: DB, 8E and FD. RGB value is (219,142,253). Sum of RGB (Red+Green+Blue) = 219+142+253=614 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.67% from 614); Green value is 142 (55.86% from 255 or 23.13% from 614); Blue value is 253 (99.22% from 255 or 41.21% from 614); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB8EFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8EFD is #247102. Grayscale: #B1B1B1. Windows color (decimal): -2388227 or 16617179. OLE color: 16617179.

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

Color convert

RGB 219 142 253 -
CMYK 0.13 0.44 0 0.01
HSL 281.62º 0.97% 0.77% -
HSV(B) 281.62º 0.44% 0.99% -
XYZ 56.62 41.5 97.95 -
YUV 177.68 170.51 157.47 -
System Red Green Blue C M Y K H S L
Decimal 219 142 253 0.13 0.44 0 0.01 281.62 0.97 0.77
Hex DB 8E FD D 2C 0 1 11A 61 4D
Octal 333 216 375 15 54 0 1 432 141 115
Binary 11011011 10001110 11111101 1101 101100 0 1 100011010 1100001 1001101

Color Harmonies of #DB8EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8EFD

Black with #DB8EFD

Text Example


Text Example

White with #DB8EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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