Html Css Color HEX #DB7CFB Heliotrope

📋 copy color: '#DB7CFB'

red 219 ◦ green 124 ◦ blue 251

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

Shades of Heliotrope #DB7CFB

Tints of Heliotrope #DB7CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.26%

R = 36.87%
G = 20.88%
B = 42.26%

CMYK

 C value IS 0.13

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB7CFB (or 0xDB7CFB) is known color: Heliotrope. HEX triplet: DB, 7C and FB. RGB value is (219,124,251). Sum of RGB (Red+Green+Blue) = 219+124+251=594 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.87% from 594); Green value is 124 (48.83% from 255 or 20.88% from 594); Blue value is 251 (98.44% from 255 or 42.26% from 594); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB7CFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7CFB is #248304. Grayscale: #A6A6A6. Windows color (decimal): -2392837 or 16481499. OLE color: 16481499.

HSL color Cylindrical-coordinate representation of color #DB7CFB: hue angle of 284.88º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB7CFB is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 124 251 -
CMYK 0.13 0.51 0 0.02
HSL 284.88º 0.94% 0.74% -
HSV(B) 284.88º 0.51% 0.98% -
XYZ 53.83 36.44 95.46 -
YUV 166.88 175.47 165.17 -
System Red Green Blue C M Y K H S L
Decimal 219 124 251 0.13 0.51 0 0.02 284.88 0.94 0.74
Hex DB 7C FB D 33 0 2 11D 5E 4A
Octal 333 174 373 15 63 0 2 435 136 112
Binary 11011011 1111100 11111011 1101 110011 0 10 100011101 1011110 1001010

Color Harmonies of #DB7CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7CFB

Black with #DB7CFB

Text Example


Text Example

White with #DB7CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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