Html Css Color HEX #DB7CF8 Heliotrope

📋 copy color: '#DB7CF8'

red 219 ◦ green 124 ◦ blue 248

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

Shades of Heliotrope #DB7CF8

Tints of Heliotrope #DB7CF8

RGB

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

 GREEN value IS 124 (48.83% from 255) = 20.98%

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

R = 37.06%
G = 20.98%
B = 41.96%

CMYK

 C value IS 0.12

 M value IS 0.5

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DB7CF8 (or 0xDB7CF8) is known color: Heliotrope. HEX triplet: DB, 7C and F8. RGB value is (219,124,248). Sum of RGB (Red+Green+Blue) = 219+124+248=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 124 (48.83% from 255 or 20.98% from 591); Blue value is 248 (97.27% from 255 or 41.96% from 591); Max value from RGB is 248 - color contains mainly: blue. Hex color #DB7CF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7CF8 is #248307. Grayscale: #A6A6A6. Windows color (decimal): -2392840 or 16284891. OLE color: 16284891.

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

Color convert

RGB 219 124 248 -
CMYK 0.12 0.5 0 0.03
HSL 285.97º 0.9% 0.73% -
HSV(B) 285.97º 0.5% 0.97% -
XYZ 53.36 36.25 92.99 -
YUV 166.54 173.97 165.42 -
System Red Green Blue C M Y K H S L
Decimal 219 124 248 0.12 0.5 0 0.03 285.97 0.9 0.73
Hex DB 7C F8 C 32 0 3 11E 5A 49
Octal 333 174 370 14 62 0 3 436 132 111
Binary 11011011 1111100 11111000 1100 110010 0 11 100011110 1011010 1001001

Color Harmonies of #DB7CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7CF8

Black with #DB7CF8

Text Example


Text Example

White with #DB7CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7CF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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