Html Css Color HEX #DB8FFC Heliotrope

📋 copy color: '#DB8FFC'

red 219 ◦ green 143 ◦ blue 252

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

Shades of Heliotrope #DB8FFC

Tints of Heliotrope #DB8FFC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 23.29%

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

R = 35.67%
G = 23.29%
B = 41.04%

CMYK

 C value IS 0.13

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DB8FFC (or 0xDB8FFC) is known color: Heliotrope. HEX triplet: DB, 8F and FC. RGB value is (219,143,252). Sum of RGB (Red+Green+Blue) = 219+143+252=614 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.67% from 614); Green value is 143 (56.25% from 255 or 23.29% from 614); Blue value is 252 (98.83% from 255 or 41.04% from 614); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB8FFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8FFC is #247003. Grayscale: #B1B1B1. Windows color (decimal): -2387972 or 16551899. OLE color: 16551899.

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

Color convert

RGB 219 143 252 -
CMYK 0.13 0.43 0 0.01
HSL 281.83º 0.95% 0.77% -
HSV(B) 281.83º 0.43% 0.99% -
XYZ 56.61 41.73 97.17 -
YUV 178.15 169.68 157.14 -
System Red Green Blue C M Y K H S L
Decimal 219 143 252 0.13 0.43 0 0.01 281.83 0.95 0.77
Hex DB 8F FC D 2B 0 1 11A 5F 4D
Octal 333 217 374 15 53 0 1 432 137 115
Binary 11011011 10001111 11111100 1101 101011 0 1 100011010 1011111 1001101

Color Harmonies of #DB8FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8FFC

Black with #DB8FFC

Text Example


Text Example

White with #DB8FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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