Html Css Color HEX #DB6CFF Heliotrope

📋 copy color: '#DB6CFF'

red 219 ◦ green 108 ◦ blue 255

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

Shades of Heliotrope #DB6CFF

Tints of Heliotrope #DB6CFF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 18.56%

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

R = 37.63%
G = 18.56%
B = 43.81%

CMYK

 C value IS 0.14

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DB6CFF (or 0xDB6CFF) is known color: Heliotrope. HEX triplet: DB, 6C and FF. RGB value is (219,108,255). Sum of RGB (Red+Green+Blue) = 219+108+255=582 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.63% from 582); Green value is 108 (42.58% from 255 or 18.56% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB6CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB6CFF is #249300. Grayscale: #9D9D9D. Windows color (decimal): -2396929 or 16739547. OLE color: 16739547.

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

Color convert

RGB 219 108 255 -
CMYK 0.14 0.58 0 0
HSL 285.31º 1% 0.71% -
HSV(B) 285.31º 0.58% 1% -
XYZ 52.63 33.01 98.2 -
YUV 157.95 182.77 171.55 -
System Red Green Blue C M Y K H S L
Decimal 219 108 255 0.14 0.58 0 0 285.31 1 0.71
Hex DB 6C FF E 3A 0 0 11D 64 47
Octal 333 154 377 16 72 0 0 435 144 107
Binary 11011011 1101100 11111111 1110 111010 0 0 100011101 1100100 1000111

Color Harmonies of #DB6CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6CFF

Black with #DB6CFF

Text Example


Text Example

White with #DB6CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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