Html Css Color HEX #DB8CF9 Heliotrope

📋 copy color: '#DB8CF9'

red 219 ◦ green 140 ◦ blue 249

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

Shades of Heliotrope #DB8CF9

Tints of Heliotrope #DB8CF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 40.95%

R = 36.02%
G = 23.03%
B = 40.95%

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

#DB8CF9 (or 0xDB8CF9) is known color: Heliotrope. HEX triplet: DB, 8C and F9. RGB value is (219,140,249). Sum of RGB (Red+Green+Blue) = 219+140+249=608 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.02% from 608); Green value is 140 (55.08% from 255 or 23.03% from 608); Blue value is 249 (97.66% from 255 or 40.95% from 608); Max value from RGB is 249 - color contains mainly: blue. Hex color #DB8CF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8CF9 is #247306. Grayscale: #AFAFAF. Windows color (decimal): -2388743 or 16354523. OLE color: 16354523.

HSL color Cylindrical-coordinate representation of color #DB8CF9: hue angle of 283.49º degrees, saturation: 0.9, 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 #DB8CF9 is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 140 249 -
CMYK 0.12 0.44 0 0.02
HSL 283.49º 0.9% 0.76% -
HSV(B) 283.49º 0.44% 0.98% -
XYZ 55.69 40.66 94.53 -
YUV 176.05 169.17 158.64 -
System Red Green Blue C M Y K H S L
Decimal 219 140 249 0.12 0.44 0 0.02 283.49 0.9 0.76
Hex DB 8C F9 C 2C 0 2 11B 5A 4C
Octal 333 214 371 14 54 0 2 433 132 114
Binary 11011011 10001100 11111001 1100 101100 0 10 100011011 1011010 1001100

Color Harmonies of #DB8CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8CF9

Black with #DB8CF9

Text Example


Text Example

White with #DB8CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8CF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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