Html Css Color HEX #DB7DFF Heliotrope

📋 copy color: '#DB7DFF'

red 219 ◦ green 125 ◦ blue 255

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

Shades of Heliotrope #DB7DFF

Tints of Heliotrope #DB7DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.57%

R = 36.56%
G = 20.87%
B = 42.57%

CMYK

 C value IS 0.14

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DB7DFF (or 0xDB7DFF) is known color: Heliotrope. HEX triplet: DB, 7D and FF. RGB value is (219,125,255). Sum of RGB (Red+Green+Blue) = 219+125+255=599 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.56% from 599); Green value is 125 (49.22% from 255 or 20.87% from 599); Blue value is 255 (100% from 255 or 42.57% from 599); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB7DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7DFF is #248200. Grayscale: #A7A7A7. Windows color (decimal): -2392577 or 16743899. OLE color: 16743899.

HSL color Cylindrical-coordinate representation of color #DB7DFF: hue angle of 283.38º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB7DFF is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 219 125 255 -
CMYK 0.14 0.51 0 0
HSL 283.38º 1% 0.75% -
HSV(B) 283.38º 0.51% 1% -
XYZ 54.6 36.95 98.86 -
YUV 167.93 177.14 164.43 -
System Red Green Blue C M Y K H S L
Decimal 219 125 255 0.14 0.51 0 0 283.38 1 0.75
Hex DB 7D FF E 33 0 0 11B 64 4B
Octal 333 175 377 16 63 0 0 433 144 113
Binary 11011011 1111101 11111111 1110 110011 0 0 100011011 1100100 1001011

Color Harmonies of #DB7DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7DFF

Black with #DB7DFF

Text Example


Text Example

White with #DB7DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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