Html Css Color HEX #DB8CFA Heliotrope

📋 copy color: '#DB8CFA'

red 219 ◦ green 140 ◦ blue 250

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

Shades of Heliotrope #DB8CFA

Tints of Heliotrope #DB8CFA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 22.99%

 BLUE value IS 250 (98.05% from 255) = 41.05%

R = 35.96%
G = 22.99%
B = 41.05%

CMYK

 C value IS 0.12

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB8CFA (or 0xDB8CFA) is known color: Heliotrope. HEX triplet: DB, 8C and FA. RGB value is (219,140,250). Sum of RGB (Red+Green+Blue) = 219+140+250=609 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.96% from 609); Green value is 140 (55.08% from 255 or 22.99% from 609); Blue value is 250 (98.05% from 255 or 41.05% from 609); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB8CFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8CFA is #247305. Grayscale: #AFAFAF. Windows color (decimal): -2388742 or 16420059. OLE color: 16420059.

HSL color Cylindrical-coordinate representation of color #DB8CFA: hue angle of 283.09º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DB8CFA is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 140 250 -
CMYK 0.12 0.44 0 0.02
HSL 283.09º 0.92% 0.76% -
HSV(B) 283.09º 0.44% 0.98% -
XYZ 55.85 40.72 95.36 -
YUV 176.16 169.67 158.56 -
System Red Green Blue C M Y K H S L
Decimal 219 140 250 0.12 0.44 0 0.02 283.09 0.92 0.76
Hex DB 8C FA C 2C 0 2 11B 5C 4C
Octal 333 214 372 14 54 0 2 433 134 114
Binary 11011011 10001100 11111010 1100 101100 0 10 100011011 1011100 1001100

Color Harmonies of #DB8CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8CFA

Black with #DB8CFA

Text Example


Text Example

White with #DB8CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8CFA; }

 p { color: rgb(219,140,250); }

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

background-color css

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

 a { background-color: rgb(219,140,250); }

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

border-color css

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

 span { border-color: rgb(219,140,250); }

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