Html Css Color HEX #DB7BFF Heliotrope

📋 copy color: '#DB7BFF'

red 219 ◦ green 123 ◦ blue 255

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

Shades of Heliotrope #DB7BFF

Tints of Heliotrope #DB7BFF

RGB

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

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

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

R = 36.68%
G = 20.6%
B = 42.71%

CMYK

 C value IS 0.14

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DB7BFF (or 0xDB7BFF) is known color: Heliotrope. HEX triplet: DB, 7B and FF. RGB value is (219,123,255). Sum of RGB (Red+Green+Blue) = 219+123+255=597 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.68% from 597); Green value is 123 (48.44% from 255 or 20.60% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB7BFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7BFF is #248400. Grayscale: #A6A6A6. Windows color (decimal): -2393089 or 16743387. OLE color: 16743387.

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

Color convert

RGB 219 123 255 -
CMYK 0.14 0.52 0 0
HSL 283.64º 1% 0.74% -
HSV(B) 283.64º 0.52% 1% -
XYZ 54.35 36.45 98.78 -
YUV 166.75 177.8 165.27 -
System Red Green Blue C M Y K H S L
Decimal 219 123 255 0.14 0.52 0 0 283.64 1 0.74
Hex DB 7B FF E 34 0 0 11C 64 4A
Octal 333 173 377 16 64 0 0 434 144 112
Binary 11011011 1111011 11111111 1110 110100 0 0 100011100 1100100 1001010

Color Harmonies of #DB7BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7BFF

Black with #DB7BFF

Text Example


Text Example

White with #DB7BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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