Html Css Color HEX #DB7AF1 Heliotrope

📋 copy color: '#DB7AF1'

red 219 ◦ green 122 ◦ blue 241

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

Shades of Heliotrope #DB7AF1

Tints of Heliotrope #DB7AF1

RGB

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

 GREEN value IS 122 (48.05% from 255) = 20.96%

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

R = 37.63%
G = 20.96%
B = 41.41%

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

#DB7AF1 (or 0xDB7AF1) is known color: Heliotrope. HEX triplet: DB, 7A and F1. RGB value is (219,122,241). Sum of RGB (Red+Green+Blue) = 219+122+241=582 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.63% from 582); Green value is 122 (48.05% from 255 or 20.96% from 582); Blue value is 241 (94.53% from 255 or 41.41% from 582); Max value from RGB is 241 - color contains mainly: blue. Hex color #DB7AF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7AF1 is #24850E. Grayscale: #A4A4A4. Windows color (decimal): -2393359 or 15825627. OLE color: 15825627.

HSL color Cylindrical-coordinate representation of color #DB7AF1: hue angle of 288.91º 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 #DB7AF1 is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 122 241 -
CMYK 0.09 0.49 0 0.05
HSL 288.91º 0.81% 0.71% -
HSV(B) 288.91º 0.49% 0.95% -
XYZ 52.05 35.33 87.3 -
YUV 164.57 171.14 166.82 -
System Red Green Blue C M Y K H S L
Decimal 219 122 241 0.09 0.49 0 0.05 288.91 0.81 0.71
Hex DB 7A F1 9 31 0 5 121 51 47
Octal 333 172 361 11 61 0 5 441 121 107
Binary 11011011 1111010 11110001 1001 110001 0 101 100100001 1010001 1000111

Color Harmonies of #DB7AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7AF1

Black with #DB7AF1

Text Example


Text Example

White with #DB7AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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