Html Css Color HEX #DB7CF1 Heliotrope

📋 copy color: '#DB7CF1'

red 219 ◦ green 124 ◦ blue 241

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

Shades of Heliotrope #DB7CF1

Tints of Heliotrope #DB7CF1

RGB

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

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

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

R = 37.5%
G = 21.23%
B = 41.27%

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

#DB7CF1 (or 0xDB7CF1) is known color: Heliotrope. HEX triplet: DB, 7C and F1. RGB value is (219,124,241). Sum of RGB (Red+Green+Blue) = 219+124+241=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 124 (48.83% from 255 or 21.23% from 584); Blue value is 241 (94.53% from 255 or 41.27% from 584); Max value from RGB is 241 - color contains mainly: blue. Hex color #DB7CF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7CF1 is #24830E. Grayscale: #A5A5A5. Windows color (decimal): -2392847 or 15826139. OLE color: 15826139.

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

Color convert

RGB 219 124 241 -
CMYK 0.09 0.49 0 0.05
HSL 288.72º 0.81% 0.72% -
HSV(B) 288.72º 0.49% 0.95% -
XYZ 52.3 35.83 87.38 -
YUV 165.74 170.47 165.99 -
System Red Green Blue C M Y K H S L
Decimal 219 124 241 0.09 0.49 0 0.05 288.72 0.81 0.72
Hex DB 7C F1 9 31 0 5 121 51 48
Octal 333 174 361 11 61 0 5 441 121 110
Binary 11011011 1111100 11110001 1001 110001 0 101 100100001 1010001 1001000

Color Harmonies of #DB7CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7CF1

Black with #DB7CF1

Text Example


Text Example

White with #DB7CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7CF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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