Html Css Color HEX #DB8AFD Heliotrope

📋 copy color: '#DB8AFD'

red 219 ◦ green 138 ◦ blue 253

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

Shades of Heliotrope #DB8AFD

Tints of Heliotrope #DB8AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.48%

R = 35.9%
G = 22.62%
B = 41.48%

CMYK

 C value IS 0.13

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DB8AFD (or 0xDB8AFD) is known color: Heliotrope. HEX triplet: DB, 8A and FD. RGB value is (219,138,253). Sum of RGB (Red+Green+Blue) = 219+138+253=610 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.90% from 610); Green value is 138 (54.30% from 255 or 22.62% from 610); Blue value is 253 (99.22% from 255 or 41.48% from 610); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB8AFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8AFD is #247502. Grayscale: #AEAEAE. Windows color (decimal): -2389251 or 16616155. OLE color: 16616155.

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

Color convert

RGB 219 138 253 -
CMYK 0.13 0.45 0 0.01
HSL 282.26º 0.97% 0.77% -
HSV(B) 282.26º 0.45% 0.99% -
XYZ 56.03 40.33 97.76 -
YUV 175.33 171.84 159.15 -
System Red Green Blue C M Y K H S L
Decimal 219 138 253 0.13 0.45 0 0.01 282.26 0.97 0.77
Hex DB 8A FD D 2D 0 1 11A 61 4D
Octal 333 212 375 15 55 0 1 432 141 115
Binary 11011011 10001010 11111101 1101 101101 0 1 100011010 1100001 1001101

Color Harmonies of #DB8AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8AFD

Black with #DB8AFD

Text Example


Text Example

White with #DB8AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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