Html Css Color HEX #DB8EFC Heliotrope

📋 copy color: '#DB8EFC'

red 219 ◦ green 142 ◦ blue 252

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

Shades of Heliotrope #DB8EFC

Tints of Heliotrope #DB8EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 41.11%

R = 35.73%
G = 23.16%
B = 41.11%

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

#DB8EFC (or 0xDB8EFC) is known color: Heliotrope. HEX triplet: DB, 8E and FC. RGB value is (219,142,252). Sum of RGB (Red+Green+Blue) = 219+142+252=613 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.73% from 613); Green value is 142 (55.86% from 255 or 23.16% from 613); Blue value is 252 (98.83% from 255 or 41.11% from 613); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB8EFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8EFC is #247103. Grayscale: #B1B1B1. Windows color (decimal): -2388228 or 16551643. OLE color: 16551643.

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

Color convert

RGB 219 142 252 -
CMYK 0.13 0.44 0 0.01
HSL 282º 0.95% 0.77% -
HSV(B) 282º 0.44% 0.99% -
XYZ 56.46 41.43 97.12 -
YUV 177.56 170.01 157.56 -
System Red Green Blue C M Y K H S L
Decimal 219 142 252 0.13 0.44 0 0.01 282 0.95 0.77
Hex DB 8E FC D 2C 0 1 11A 5F 4D
Octal 333 216 374 15 54 0 1 432 137 115
Binary 11011011 10001110 11111100 1101 101100 0 1 100011010 1011111 1001101

Color Harmonies of #DB8EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8EFC

Black with #DB8EFC

Text Example


Text Example

White with #DB8EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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