Html Css Color HEX #DB77F8 Heliotrope

📋 copy color: '#DB77F8'

red 219 ◦ green 119 ◦ blue 248

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

Shades of Heliotrope #DB77F8

Tints of Heliotrope #DB77F8

RGB

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

 GREEN value IS 119 (46.88% from 255) = 20.31%

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

R = 37.37%
G = 20.31%
B = 42.32%

CMYK

 C value IS 0.12

 M value IS 0.52

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DB77F8 (or 0xDB77F8) is known color: Heliotrope. HEX triplet: DB, 77 and F8. RGB value is (219,119,248). Sum of RGB (Red+Green+Blue) = 219+119+248=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 119 (46.88% from 255 or 20.31% from 586); Blue value is 248 (97.27% from 255 or 42.32% from 586); Max value from RGB is 248 - color contains mainly: blue. Hex color #DB77F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB77F8 is #248807. Grayscale: #A3A3A3. Windows color (decimal): -2394120 or 16283611. OLE color: 16283611.

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

Color convert

RGB 219 119 248 -
CMYK 0.12 0.52 0 0.03
HSL 286.51º 0.9% 0.72% -
HSV(B) 286.51º 0.52% 0.97% -
XYZ 52.75 35.03 92.79 -
YUV 163.61 175.63 167.51 -
System Red Green Blue C M Y K H S L
Decimal 219 119 248 0.12 0.52 0 0.03 286.51 0.9 0.72
Hex DB 77 F8 C 34 0 3 11F 5A 48
Octal 333 167 370 14 64 0 3 437 132 110
Binary 11011011 1110111 11111000 1100 110100 0 11 100011111 1011010 1001000

Color Harmonies of #DB77F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB77F8

Black with #DB77F8

Text Example


Text Example

White with #DB77F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB77F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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