Html Css Color HEX #DB8BFF Heliotrope

📋 copy color: '#DB8BFF'

red 219 ◦ green 139 ◦ blue 255

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

Shades of Heliotrope #DB8BFF

Tints of Heliotrope #DB8BFF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 22.68%

 BLUE value IS 255 (100% from 255) = 41.6%

R = 35.73%
G = 22.68%
B = 41.6%

CMYK

 C value IS 0.14

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DB8BFF (or 0xDB8BFF) is known color: Heliotrope. HEX triplet: DB, 8B and FF. RGB value is (219,139,255). Sum of RGB (Red+Green+Blue) = 219+139+255=613 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.73% from 613); Green value is 139 (54.69% from 255 or 22.68% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB8BFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8BFF is #247400. Grayscale: #AFAFAF. Windows color (decimal): -2388993 or 16747483. OLE color: 16747483.

HSL color Cylindrical-coordinate representation of color #DB8BFF: hue angle of 281.38º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DB8BFF is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 219 139 255 -
CMYK 0.14 0.45 0 0
HSL 281.38º 1% 0.77% -
HSV(B) 281.38º 0.45% 1% -
XYZ 56.5 40.75 99.49 -
YUV 176.14 172.5 158.57 -
System Red Green Blue C M Y K H S L
Decimal 219 139 255 0.14 0.45 0 0 281.38 1 0.77
Hex DB 8B FF E 2D 0 0 119 64 4D
Octal 333 213 377 16 55 0 0 431 144 115
Binary 11011011 10001011 11111111 1110 101101 0 0 100011001 1100100 1001101

Color Harmonies of #DB8BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8BFF

Black with #DB8BFF

Text Example


Text Example

White with #DB8BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8BFF; }

 p { color: rgb(219,139,255); }

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

background-color css

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

 a { background-color: rgb(219,139,255); }

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

border-color css

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

 span { border-color: rgb(219,139,255); }

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