Html Css Color HEX #DB8DFD Heliotrope

📋 copy color: '#DB8DFD'

red 219 ◦ green 141 ◦ blue 253

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

Shades of Heliotrope #DB8DFD

Tints of Heliotrope #DB8DFD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 23%

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

R = 35.73%
G = 23%
B = 41.27%

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

#DB8DFD (or 0xDB8DFD) is known color: Heliotrope. HEX triplet: DB, 8D and FD. RGB value is (219,141,253). Sum of RGB (Red+Green+Blue) = 219+141+253=613 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.73% from 613); Green value is 141 (55.47% from 255 or 23.00% from 613); Blue value is 253 (99.22% from 255 or 41.27% from 613); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB8DFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8DFD is #247202. Grayscale: #B0B0B0. Windows color (decimal): -2388483 or 16616923. OLE color: 16616923.

HSL color Cylindrical-coordinate representation of color #DB8DFD: hue angle of 281.79º 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 #DB8DFD is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 219 141 253 -
CMYK 0.13 0.44 0 0.01
HSL 281.79º 0.97% 0.77% -
HSV(B) 281.79º 0.44% 0.99% -
XYZ 56.47 41.2 97.91 -
YUV 177.09 170.84 157.89 -
System Red Green Blue C M Y K H S L
Decimal 219 141 253 0.13 0.44 0 0.01 281.79 0.97 0.77
Hex DB 8D FD D 2C 0 1 11A 61 4D
Octal 333 215 375 15 54 0 1 432 141 115
Binary 11011011 10001101 11111101 1101 101100 0 1 100011010 1100001 1001101

Color Harmonies of #DB8DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8DFD

Black with #DB8DFD

Text Example


Text Example

White with #DB8DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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