Html Css Color HEX #DB92F8 Heliotrope

📋 copy color: '#DB92F8'

red 219 ◦ green 146 ◦ blue 248

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

Shades of Heliotrope #DB92F8

Tints of Heliotrope #DB92F8

RGB

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

 GREEN value IS 146 (57.42% from 255) = 23.82%

 BLUE value IS 248 (97.27% from 255) = 40.46%

R = 35.73%
G = 23.82%
B = 40.46%

CMYK

 C value IS 0.12

 M value IS 0.41

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DB92F8 (or 0xDB92F8) is known color: Heliotrope. HEX triplet: DB, 92 and F8. RGB value is (219,146,248). Sum of RGB (Red+Green+Blue) = 219+146+248=613 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.73% from 613); Green value is 146 (57.42% from 255 or 23.82% from 613); Blue value is 248 (97.27% from 255 or 40.46% from 613); Max value from RGB is 248 - color contains mainly: blue. Hex color #DB92F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB92F8 is #246D07. Grayscale: #B3B3B3. Windows color (decimal): -2387208 or 16290523. OLE color: 16290523.

HSL color Cylindrical-coordinate representation of color #DB92F8: hue angle of 282.94º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DB92F8 is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 219 146 248 -
CMYK 0.12 0.41 0 0.03
HSL 282.94º 0.88% 0.77% -
HSV(B) 282.94º 0.41% 0.97% -
XYZ 56.44 42.4 94.02 -
YUV 179.46 166.68 156.21 -
System Red Green Blue C M Y K H S L
Decimal 219 146 248 0.12 0.41 0 0.03 282.94 0.88 0.77
Hex DB 92 F8 C 29 0 3 11B 58 4D
Octal 333 222 370 14 51 0 3 433 130 115
Binary 11011011 10010010 11111000 1100 101001 0 11 100011011 1011000 1001101

Color Harmonies of #DB92F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB92F8

Black with #DB92F8

Text Example


Text Example

White with #DB92F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB92F8; }

 p { color: rgb(219,146,248); }

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

background-color css

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

 a { background-color: rgb(219,146,248); }

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

border-color css

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

 span { border-color: rgb(219,146,248); }

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