Html Css Color HEX #DB7DEF Heliotrope

📋 copy color: '#DB7DEF'

red 219 ◦ green 125 ◦ blue 239

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

Shades of Heliotrope #DB7DEF

Tints of Heliotrope #DB7DEF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.44%

 BLUE value IS 239 (93.75% from 255) = 40.99%

R = 37.56%
G = 21.44%
B = 40.99%

CMYK

 C value IS 0.08

 M value IS 0.48

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DB7DEF (or 0xDB7DEF) is known color: Heliotrope. HEX triplet: DB, 7D and EF. RGB value is (219,125,239). Sum of RGB (Red+Green+Blue) = 219+125+239=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 125 (49.22% from 255 or 21.44% from 583); Blue value is 239 (93.75% from 255 or 40.99% from 583); Max value from RGB is 239 - color contains mainly: blue. Hex color #DB7DEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7DEF is #248210. Grayscale: #A5A5A5. Windows color (decimal): -2392593 or 15695323. OLE color: 15695323.

HSL color Cylindrical-coordinate representation of color #DB7DEF: hue angle of 289.47º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DB7DEF is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 125 239 -
CMYK 0.08 0.48 0 0.06
HSL 289.47º 0.78% 0.71% -
HSV(B) 289.47º 0.48% 0.94% -
XYZ 52.13 35.96 85.85 -
YUV 166.1 169.14 165.73 -
System Red Green Blue C M Y K H S L
Decimal 219 125 239 0.08 0.48 0 0.06 289.47 0.78 0.71
Hex DB 7D EF 8 30 0 6 121 4E 47
Octal 333 175 357 10 60 0 6 441 116 107
Binary 11011011 1111101 11101111 1000 110000 0 110 100100001 1001110 1000111

Color Harmonies of #DB7DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7DEF

Black with #DB7DEF

Text Example


Text Example

White with #DB7DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7DEF; }

 p { color: rgb(219,125,239); }

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

background-color css

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

 a { background-color: rgb(219,125,239); }

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

border-color css

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

 span { border-color: rgb(219,125,239); }

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