Html Css Color HEX #DB8AFB Heliotrope

📋 copy color: '#DB8AFB'

red 219 ◦ green 138 ◦ blue 251

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

Shades of Heliotrope #DB8AFB

Tints of Heliotrope #DB8AFB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 22.7%

 BLUE value IS 251 (98.44% from 255) = 41.28%

R = 36.02%
G = 22.7%
B = 41.28%

CMYK

 C value IS 0.13

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB8AFB (or 0xDB8AFB) is known color: Heliotrope. HEX triplet: DB, 8A and FB. RGB value is (219,138,251). Sum of RGB (Red+Green+Blue) = 219+138+251=608 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.02% from 608); Green value is 138 (54.30% from 255 or 22.70% from 608); Blue value is 251 (98.44% from 255 or 41.28% from 608); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB8AFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8AFB is #247504. Grayscale: #AEAEAE. Windows color (decimal): -2389253 or 16485083. OLE color: 16485083.

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

Color convert

RGB 219 138 251 -
CMYK 0.13 0.45 0 0.02
HSL 283.01º 0.93% 0.76% -
HSV(B) 283.01º 0.45% 0.98% -
XYZ 55.71 40.2 96.09 -
YUV 175.1 170.84 159.31 -
System Red Green Blue C M Y K H S L
Decimal 219 138 251 0.13 0.45 0 0.02 283.01 0.93 0.76
Hex DB 8A FB D 2D 0 2 11B 5D 4C
Octal 333 212 373 15 55 0 2 433 135 114
Binary 11011011 10001010 11111011 1101 101101 0 10 100011011 1011101 1001100

Color Harmonies of #DB8AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8AFB

Black with #DB8AFB

Text Example


Text Example

White with #DB8AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8AFB; }

 p { color: rgb(219,138,251); }

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

background-color css

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

 a { background-color: rgb(219,138,251); }

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

border-color css

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

 span { border-color: rgb(219,138,251); }

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