Html Css Color HEX #DB7BF1 Heliotrope

📋 copy color: '#DB7BF1'

red 219 ◦ green 123 ◦ blue 241

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

Shades of Heliotrope #DB7BF1

Tints of Heliotrope #DB7BF1

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.1%

 BLUE value IS 241 (94.53% from 255) = 41.34%

R = 37.56%
G = 21.1%
B = 41.34%

CMYK

 C value IS 0.09

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DB7BF1 (or 0xDB7BF1) is known color: Heliotrope. HEX triplet: DB, 7B and F1. RGB value is (219,123,241). Sum of RGB (Red+Green+Blue) = 219+123+241=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 123 (48.44% from 255 or 21.10% from 583); Blue value is 241 (94.53% from 255 or 41.34% from 583); Max value from RGB is 241 - color contains mainly: blue. Hex color #DB7BF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7BF1 is #24840E. Grayscale: #A4A4A4. Windows color (decimal): -2393103 or 15825883. OLE color: 15825883.

HSL color Cylindrical-coordinate representation of color #DB7BF1: hue angle of 288.81º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB7BF1 is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 123 241 -
CMYK 0.09 0.49 0 0.05
HSL 288.81º 0.81% 0.71% -
HSV(B) 288.81º 0.49% 0.95% -
XYZ 52.17 35.58 87.34 -
YUV 165.16 170.8 166.41 -
System Red Green Blue C M Y K H S L
Decimal 219 123 241 0.09 0.49 0 0.05 288.81 0.81 0.71
Hex DB 7B F1 9 31 0 5 121 51 47
Octal 333 173 361 11 61 0 5 441 121 107
Binary 11011011 1111011 11110001 1001 110001 0 101 100100001 1010001 1000111

Color Harmonies of #DB7BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7BF1

Black with #DB7BF1

Text Example


Text Example

White with #DB7BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7BF1; }

 p { color: rgb(219,123,241); }

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

background-color css

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

 a { background-color: rgb(219,123,241); }

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

border-color css

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

 span { border-color: rgb(219,123,241); }

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